summaryrefslogtreecommitdiff
path: root/kc/core/cpu/cpu.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-01-30 00:05:53 +0000
committerAda Christine <adachristine18@gmail.com>2023-01-30 00:05:53 +0000
commit798b1dc391f424868f5f4bac8937c191ed4716b8 (patch)
tree44269b4f29b8c6762657e12a02ac33063b665461 /kc/core/cpu/cpu.c
parentfba7a0f3cde6217235663fcfb300b63cb8d7c2df (diff)
headers moved around
Diffstat (limited to 'kc/core/cpu/cpu.c')
-rw-r--r--kc/core/cpu/cpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kc/core/cpu/cpu.c b/kc/core/cpu/cpu.c
index f0e7844..a979336 100644
--- a/kc/core/cpu/cpu.c
+++ b/kc/core/cpu/cpu.c
@@ -1,6 +1,5 @@
#include "cpu.h"
#include "exceptions.h"
-#include "kprint.h"
#include "panic.h"
#include "msr.h"
#include "task.h"
@@ -10,6 +9,8 @@
#include <stddef.h>
#include <stdint.h>
+#include <lib/kstdio.h>
+
#define GDT_ENTRIES 16
#define IDT_ENTRIES 256