diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-04-07 11:16:11 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-04-07 11:16:11 +0000 |
| commit | 382ee1b11be7e01d2797efe4ccd97ad7c5a4cf72 (patch) | |
| tree | 854464f37cb19e97f55ebad1c3260d699eb599a5 /kernel/cpu.c | |
| parent | 6d4fefae4f0afff412117133ee5e2178c3c5a1a1 (diff) | |
moved headers around a bit
Diffstat (limited to 'kernel/cpu.c')
| -rw-r--r-- | kernel/cpu.c | 1 |
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; |
