diff options
Diffstat (limited to 'kernel/smp.c')
| -rw-r--r-- | kernel/smp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/smp.c b/kernel/smp.c index 0c8d2dd..c965b2e 100644 --- a/kernel/smp.c +++ b/kernel/smp.c @@ -7,9 +7,14 @@ #include <stdint.h> #include "smp.h" +#include "gdt.h" #include "mem.h" +#include "interrupts.h" +#include "kmalloc.h" #include "spinlock.h" #include "asm_x86.h" +#include "asm_pit.h" +#include "asm_mp.h" #define APIC_APICID 0x20 #define APIC_APICVER 0x30 |
