summaryrefslogtreecommitdiff
path: root/asm/asm_start.s
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-08 17:08:55 +0200
committerMiguel <m.i@gmx.at>2018-09-08 17:08:55 +0200
commit9fde748acea83d775e367a64858414b674f05b13 (patch)
tree0927b570c07c9ee469817a560b965c094c5d8145 /asm/asm_start.s
parentaa4b4c6c1918a51318709761873d1c5e248a831d (diff)
struggling with pic and lapic and smp...
Diffstat (limited to 'asm/asm_start.s')
-rw-r--r--asm/asm_start.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/asm_start.s b/asm/asm_start.s
index e961ef6..8f0cf1e 100644
--- a/asm/asm_start.s
+++ b/asm/asm_start.s
@@ -20,7 +20,7 @@
.section .smp
.code16
_start_smp:
-call smp_start # TODO: align later before going C
+call smp_start
# 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.