File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ seta20.2:
45
45
movl %eax , %cr0
46
46
47
47
//PAGEBREAK!
48
- # Complete transition to 32-bit protected mode by using long jmp
48
+ # Complete the transition to 32-bit protected mode by using a long jmp
49
49
# to reload %cs and %eip. The segment descriptors are set up with no
50
50
# translation, so that the mapping is still the identity mapping.
51
51
ljmp $(SEG_KCODE<<3 ), $start32
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ start:
38
38
orl $CR0_PE, %eax
39
39
movl %eax , %cr0
40
40
41
- //PAGEBREAK!
42
41
# Complete the transition to 32-bit protected mode by using a long jmp
43
42
# to reload %cs and %eip. The segment descriptors are set up with no
44
43
# translation, so that the mapping is still the identity mapping.
45
44
ljmpl $(SEG_KCODE<<3 ), $(start32)
46
45
46
+ //PAGEBREAK!
47
47
.code32 # Tell assembler to generate 32-bit code now.
48
48
start32:
49
49
# Set up the protected-mode data segment registers
You can’t perform that action at this time.
0 commit comments