From 4cda542d863839c5b0e026ccee297ca5ff3dd9cd Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 17:28:59 +0200 Subject: switched to apic/ioapic finally --- linker.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linker.ld') diff --git a/linker.ld b/linker.ld index 48a413e..a650865 100644 --- a/linker.ld +++ b/linker.ld @@ -11,7 +11,7 @@ SECTIONS .multiboot BLOCK(4K) : ALIGN(4K) { asm/asm_start.o(.smp) - asm/asm_mp.o + asm/asm_smp.o *(.multiboot) } -- cgit v1.2.3