diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-24 09:17:53 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-24 09:17:53 +0000 |
| commit | 4c44f822eefa743649693e0a49a978291925ddff (patch) | |
| tree | 5a7aa6b9023ae4c52eba059f28bec40f8d0eb855 /arch/x86_64/CMakeLists.txt | |
| parent | 27a56b0e828cecaa5a6a40e3f30b5c0e1785aff6 (diff) | |
| download | teachos-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.txt | 1 |
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" |
