summaryrefslogtreecommitdiff
path: root/kernel/cpu.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-04-07 11:16:11 +0000
committerAda Christine <adachristine18@gmail.com>2021-04-07 11:16:11 +0000
commit382ee1b11be7e01d2797efe4ccd97ad7c5a4cf72 (patch)
tree854464f37cb19e97f55ebad1c3260d699eb599a5 /kernel/cpu.c
parent6d4fefae4f0afff412117133ee5e2178c3c5a1a1 (diff)
moved headers around a bit
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r--kernel/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c
index d5c6675..db4108f 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -60,7 +60,6 @@ struct task64_segment
uint16_t iomap_base;
};
-// TODO: is 16 enough?
static struct segment_descriptor gdt[GDT_ENTRIES];
static struct gate_descriptor idt[IDT_ENTRIES];
static struct task64_segment tss;