diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-05-01 12:25:40 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-05-01 12:25:40 +0000 |
| commit | 7c045d8ded72017ff11fd4b9b02148987b944caf (patch) | |
| tree | 5976c4420178cb3e7a4a992f7679ceedd1bb2b34 /arch/x86_64/CMakeLists.txt | |
| parent | 5eb8d63a6ece530cb1d56217a046553b4b96245d (diff) | |
| download | teachos-7c045d8ded72017ff11fd4b9b02148987b944caf.tar.xz teachos-7c045d8ded72017ff11fd4b9b02148987b944caf.zip | |
WIP experiment with converting GDT to 8-Byte entries
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 71b1946..58afdb5 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -98,6 +98,8 @@ target_sources("_context" PRIVATE "src/context_switching/segment_descriptor_table/global_descriptor_table_pointer.cpp" "src/context_switching/segment_descriptor_table/global_descriptor_table.cpp" "src/context_switching/segment_descriptor_table/segment_descriptor.cpp" + "src/context_switching/segment_descriptor_table/segment_descriptor_base.cpp" + "src/context_switching/segment_descriptor_table/segment_descriptor_extension.cpp" "src/context_switching/main.cpp" "src/context_switching/interrupt_descriptor_table/gate_descriptor.cpp" "src/context_switching/interrupt_descriptor_table/idt_flags.cpp" |
