summaryrefslogtreecommitdiff
path: root/asm/start.s
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-02 15:47:29 +0200
committerMiguel <m.i@gmx.at>2018-09-02 15:47:29 +0200
commitfd5a9b87e47bc072aa63fcaf5735232a37338303 (patch)
treea4a15617e540af1f77a326875be84164043aa707 /asm/start.s
parent300fb2f088d8530b630e01ef24ce032710a2f8b9 (diff)
cleanup filenames
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.