summaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-09 17:28:59 +0200
committerMiguel <m.i@gmx.at>2018-09-09 17:28:59 +0200
commit4cda542d863839c5b0e026ccee297ca5ff3dd9cd (patch)
tree7b8f7734f8f982df82b5c784386232e35a7ced44 /linker.ld
parent9a4b35fd5a32490f8f15b48f978e7b1fbfdceb2a (diff)
switched to apic/ioapic finally
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld2
1 files changed, 1 insertions, 1 deletions
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)
}