summaryrefslogtreecommitdiff
path: root/entryother.S
diff options
context:
space:
mode:
Diffstat (limited to 'entryother.S')
-rw-r--r--entryother.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/entryother.S b/entryother.S
index 4a791cf..a3b6dc2 100644
--- a/entryother.S
+++ b/entryother.S
@@ -38,12 +38,12 @@ start:
orl $CR0_PE, %eax
movl %eax, %cr0
-//PAGEBREAK!
# Complete the transition to 32-bit protected mode by using a long jmp
# to reload %cs and %eip. The segment descriptors are set up with no
# translation, so that the mapping is still the identity mapping.
ljmpl $(SEG_KCODE<<3), $(start32)
+//PAGEBREAK!
.code32 # Tell assembler to generate 32-bit code now.
start32:
# Set up the protected-mode data segment registers