aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2025-04-05 15:27:20 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2025-04-05 15:27:20 +0000
commita8852f91967a7e55e62e30f5cc07d076092b8b78 (patch)
tree12708befd57fc0b89dbadc2e856c935b71c88807 /arch/x86_64/CMakeLists.txt
parentc01d080bdc6bd843e840e4834424fe587286b274 (diff)
downloadteachos-a8852f91967a7e55e62e30f5cc07d076092b8b78.tar.xz
teachos-a8852f91967a7e55e62e30f5cc07d076092b8b78.zip
add wip context switch to user mode
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 5e87594..0d52463 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -13,7 +13,7 @@ target_sources("_kernel" PRIVATE
"src/kernel/cpu/if.cpp"
"src/kernel/cpu/jmp.cpp"
"src/kernel/cpu/msr.cpp"
- "src/kernel/cpu/ss.cpp"
+ "src/kernel/cpu/segment_register.cpp"
"src/kernel/cpu/tlb.cpp"
"src/kernel/cpu/tr.cpp"
)