summaryrefslogtreecommitdiff
path: root/asm/start.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/start.s')
-rw-r--r--asm/start.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/asm/start.s b/asm/start.s
index 1d881b4..26464a7 100644
--- a/asm/start.s
+++ b/asm/start.s
@@ -19,8 +19,7 @@
.section .smp
.code16
_start_smp:
-jmp .
-//call smp_go # TODO: align later before going C
+call smp_start # TODO: align later before going C
# Declare a header as in the Multiboot Standard. We put this into a special
# section so we can force the header to be in the start of the final program.