diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-26 12:48:43 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-26 12:48:43 +0100 |
| commit | 786bd02b01d80e335d4445698d721213a1884ff5 (patch) | |
| tree | f10b97cca2e03c279cd5884919c23de03d3e7223 /kernel/kernel.c | |
| parent | aad4bfe0261ea623342adc392728281be5062967 (diff) | |
some cleanup
Diffstat (limited to 'kernel/kernel.c')
| -rw-r--r-- | kernel/kernel.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c index 77970c3..0c14e56 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -4,25 +4,20 @@ #error "Watchout! this is not Linux but FoolOS. Use a cross-compiler" #endif -#include "config.h" - #include <stdint.h> -#include "asm/asm.h" +#include "config.h" +#include "asm/asm.h" // TODO: ?!?! #include "lib/logger/log.h" - #include "lib/buffer/ringbuffer.h" -#include "smp.h" #include "timer.h" #include "spinlock.h" #include "syscalls.h" #include "mem.h" #include "vmem.h" #include "interrupts.h" -#include "acpi.h" -#include "mp.h" #include "keyboard.h" #include "console.h" |
