diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-03-10 13:42:38 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-03-10 13:42:38 +0000 |
| commit | c5151739698620e77622423c109e638f903f01c4 (patch) | |
| tree | 2ac179f1720f5915541c91f0531b4eca7c83a1cd /arch/x86_64/CMakeLists.txt | |
| parent | 1a6d41362447531a2ea5ee344c15b9aaa6c2090a (diff) | |
| download | teachos-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.txt | 1 |
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" ) #[============================================================================[ |
