diff options
Diffstat (limited to 'kernel/kernel.c')
| -rw-r--r-- | kernel/kernel.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c index 7cafc49..45fc68c 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -1,14 +1,26 @@ #define FOOLOS_MODULE_NAME "kernel" #include "config.h" +#include "asm/asm.h" #include "lib/logger/log.h" #include "lib/int/stdint.h" #include "lib/bool/bool.h" +#include "lib/buffer/ringbuffer.h" #include "smp.h" #include "time.h" +#include "timer.h" +#include "spinlock.h" +#include "syscalls.h" +#include "mem.h" +#include "vesa.h" +#include "interrupts.h" +#include "acpi.h" +#include "mp.h" +#include "keyboard.h" #include "fs/fs.h" +#include "fs/ext2.h" #ifdef FOOLOS_COMPILE_FLOPPY #include "floppy.h" |
