diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-30 00:05:53 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-30 00:05:53 +0000 |
| commit | 798b1dc391f424868f5f4bac8937c191ed4716b8 (patch) | |
| tree | 44269b4f29b8c6762657e12a02ac33063b665461 /kc/core/task.c | |
| parent | fba7a0f3cde6217235663fcfb300b63cb8d7c2df (diff) | |
headers moved around
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; |
