diff options
Diffstat (limited to 'kernel/main.c')
-rw-r--r-- | kernel/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/main.c b/kernel/main.c index d431cf6..c4b51cf 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -1,15 +1,11 @@ // MIT License, Copyright (c) 2020 Marvin Borner -#include "config.h" #include <boot.h> #include <cpu.h> -#include <def.h> #include <fs.h> -#include <interrupts.h> #include <keyboard.h> #include <load.h> #include <mem.h> -#include <print.h> #include <serial.h> #include <syscall.h> #include <timer.h> |