summaryrefslogtreecommitdiff
path: root/asm/asm_start.s
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-04 01:39:10 +0200
committerMiguel <m.i@gmx.at>2018-09-04 01:39:10 +0200
commitf67ad595650954195ef064a8b91038dbd0e16842 (patch)
treef954239e0b9125df4ca44cdc6bb85090a1cfbe51 /asm/asm_start.s
parent7eb87bf3f3fa6226657a7106eb255cbfa97758d2 (diff)
ioapic & lapic
Diffstat (limited to 'asm/asm_start.s')
-rw-r--r--asm/asm_start.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/asm_start.s b/asm/asm_start.s
index ca99c20..e961ef6 100644
--- a/asm/asm_start.s
+++ b/asm/asm_start.s
@@ -22,7 +22,6 @@
_start_smp:
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.
# You don't need to understand all these details as it is just magic values that