aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-03-10 13:42:38 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-03-10 13:42:38 +0000
commitc5151739698620e77622423c109e638f903f01c4 (patch)
tree2ac179f1720f5915541c91f0531b4eca7c83a1cd /arch/x86_64/CMakeLists.txt
parent1a6d41362447531a2ea5ee344c15b9aaa6c2090a (diff)
downloadteachos-c5151739698620e77622423c109e638f903f01c4.tar.xz
teachos-c5151739698620e77622423c109e638f903f01c4.zip
Adjust register segment descriptors to possible states
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 8cb1ca2..19c71be 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -88,6 +88,7 @@ target_sources("_exception" PRIVATE
target_sources("_context" PRIVATE
"src/context_switching/descriptor_table/gdt_flags.cpp"
"src/context_switching/descriptor_table/access_byte.cpp"
+ "src/context_switching/descriptor_table/type_field.cpp"
)
#[============================================================================[