aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-24 09:17:53 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-24 09:17:53 +0000
commit4c44f822eefa743649693e0a49a978291925ddff (patch)
tree5a7aa6b9023ae4c52eba059f28bec40f8d0eb855 /arch/x86_64/CMakeLists.txt
parent27a56b0e828cecaa5a6a40e3f30b5c0e1785aff6 (diff)
downloadteachos-4c44f822eefa743649693e0a49a978291925ddff.tar.xz
teachos-4c44f822eefa743649693e0a49a978291925ddff.zip
Revert: de-templatize paging implementation
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 7f3a203..1444054 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -52,7 +52,6 @@ target_sources("_memory" PRIVATE
"src/memory/paging/virtual_page.cpp"
"src/memory/paging/active_page_table.cpp"
"src/memory/paging/inactive_page_table.cpp"
- "src/memory/paging/kernel_mapper.cpp"
"src/memory/cpu/tlb.cpp"
"src/memory/cpu/control_register.cpp"
"src/memory/cpu/msr.cpp"