summaryrefslogtreecommitdiff
path: root/bootasm.S
diff options
context:
space:
mode:
Diffstat (limited to 'bootasm.S')
-rw-r--r--bootasm.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootasm.S b/bootasm.S
index 1831604..1b718b7 100644
--- a/bootasm.S
+++ b/bootasm.S
@@ -67,11 +67,11 @@ protcseg:
# Set up the stack pointer and call into C.
movl $start, %esp
- call bootmain
+ call bootmain
# If bootmain returns (it shouldn't), loop.
spin:
- jmp spin
+ jmp spin
# Bootstrap GDT
.p2align 2 # force 4 byte alignment