aboutsummaryrefslogtreecommitdiff
path: root/kernel/boot/gdt
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-02-07 17:15:28 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-02-07 17:17:15 +0530
commitcca4e987ec30229a77a7cd4bf27c9d6670ad79db (patch)
tree1747ef03b987221e2c655f0fc42e1161a0e8958d /kernel/boot/gdt
parentd19eaaef708a51d1ac6a89a86c14745ad948e6c8 (diff)
IDT: Initialize IDT with a very basic exception handler that does nothing
Diffstat (limited to 'kernel/boot/gdt')
-rw-r--r--kernel/boot/gdt/gdt.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/boot/gdt/gdt.cc b/kernel/boot/gdt/gdt.cc
index 360d9b8..708d399 100644
--- a/kernel/boot/gdt/gdt.cc
+++ b/kernel/boot/gdt/gdt.cc
@@ -17,7 +17,6 @@
*/
#include <boot/gdt.h>
-#include <kernel/io.h>
namespace GDT
{