diff options
Diffstat (limited to 'kc/core/task.c')
| -rw-r--r-- | kc/core/task.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kc/core/task.c b/kc/core/task.c index 5e55073..df0c03e 100644 --- a/kc/core/task.c +++ b/kc/core/task.c @@ -3,7 +3,6 @@ #include "memory.h" #include "panic.h" #include "cpu.h" -#include "kprint.h" #include "cpu/irq.h" #include "cpu/mmu.h" #include "pit8253.h" @@ -11,6 +10,9 @@ #include <stdatomic.h> #include <stdbool.h> +#include <lib/elf.h> +#include <lib/kstdio.h> + static const size_t INTERRUPT_STACK_SIZE = 4096; static const size_t THREAD_SIZE = 16834; |
