diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-03-10 16:05:31 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-03-10 16:05:31 +0000 |
| commit | 52fffdf2c76def4a875e0328eb45d74c6e97e805 (patch) | |
| tree | 39e712ac4eaa968dd0d3adf4110aa7493cd58713 /arch/x86_64/CMakeLists.txt | |
| parent | c5151739698620e77622423c109e638f903f01c4 (diff) | |
| download | teachos-52fffdf2c76def4a875e0328eb45d74c6e97e805.tar.xz teachos-52fffdf2c76def4a875e0328eb45d74c6e97e805.zip | |
Adjust segment descriptor to use defined helpers
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 19c71be..1b8349a 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -89,6 +89,7 @@ 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" + "src/context_switching/descriptor_table/segment_descriptor.cpp" ) #[============================================================================[ |
