aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2025-03-13 09:36:00 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2025-03-13 09:36:00 +0000
commitb8a0024ee71a64ec0e87a1e2d0c0c7280dc954e6 (patch)
treed4d8ee6a97074594c0c0e99a5d8706a4eadb178e /CMakeLists.txt
parent569cf73d1fa14ec11afbb37464d2c356d55d64b4 (diff)
downloadteachos-b8a0024ee71a64ec0e87a1e2d0c0c7280dc954e6.tar.xz
teachos-b8a0024ee71a64ec0e87a1e2d0c0c7280dc954e6.zip
create GDT and fix segment descriptor bit order
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3717788..daf87b8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -144,6 +144,7 @@ target_link_libraries("_kernel" PRIVATE
"teachos::memory"
"teachos::exception"
"teachos::shared"
+ "teachos::context_switching"
)
#[============================================================================[