From 9fde748acea83d775e367a64858414b674f05b13 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 8 Sep 2018 17:08:55 +0200 Subject: struggling with pic and lapic and smp... --- asm/asm_start.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/asm_start.s') 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. -- cgit v1.2.3