aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-02 11:49:38 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-02 11:49:38 +0000
commit5ffe7d69545bf098efdd70f105a5df83304b211a (patch)
tree52172b6cefe76644e7348f280a289ab52d974d14 /arch/x86_64/CMakeLists.txt
parentd488a0709c5a2701482130a3d9c972c0b468a1d2 (diff)
downloadteachos-5ffe7d69545bf098efdd70f105a5df83304b211a.tar.xz
teachos-5ffe7d69545bf098efdd70f105a5df83304b211a.zip
Add physical frame iterator and continue implementing kernel mapping.
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 1f15c79..42aa6ef 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/paging/tlb.cpp"
)