diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-05 15:27:20 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-05 15:27:20 +0000 |
| commit | a8852f91967a7e55e62e30f5cc07d076092b8b78 (patch) | |
| tree | 12708befd57fc0b89dbadc2e856c935b71c88807 /arch/x86_64/CMakeLists.txt | |
| parent | c01d080bdc6bd843e840e4834424fe587286b274 (diff) | |
| download | teachos-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.txt | 2 |
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" ) |
