aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kernel/main.cpp
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2025-03-16 12:41:09 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2025-03-16 12:41:09 +0000
commit36758071881088b27a52cee4e5653f6cf6a79a78 (patch)
treed427218710530eab7e007f6adca9fe4e1710250c /arch/x86_64/src/kernel/main.cpp
parent48578314c1e6af15f8cc1ce48df93e352a5a18ba (diff)
downloadteachos-36758071881088b27a52cee4e5653f6cf6a79a78.tar.xz
teachos-36758071881088b27a52cee4e5653f6cf6a79a78.zip
start implementing TSS
Diffstat (limited to 'arch/x86_64/src/kernel/main.cpp')
-rw-r--r--arch/x86_64/src/kernel/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/kernel/main.cpp b/arch/x86_64/src/kernel/main.cpp
index 2c0b6c8..c1e134a 100644
--- a/arch/x86_64/src/kernel/main.cpp
+++ b/arch/x86_64/src/kernel/main.cpp
@@ -1,7 +1,6 @@
#include "arch/kernel/main.hpp"
#include "arch/context_switching/descriptor_table/global_descriptor_table.hpp"
-#include "arch/kernel/cpu/lgdt.hpp"
#include "arch/memory/heap/bump_allocator.hpp"
#include "arch/memory/heap/global_heap_allocator.hpp"
#include "arch/memory/main.hpp"