aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-01 19:32:19 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-01 19:32:19 +0100
commit203355e51690073e571d4906d53f2494c3dad41b (patch)
tree538180b7d5fbaf4327394521c02d403537314c6b /arch/x86_64/CMakeLists.txt
parent005d7ea3df29e736750d409b816caa29cf9bab2f (diff)
downloadteachos-203355e51690073e571d4906d53f2494c3dad41b.tar.xz
teachos-203355e51690073e571d4906d53f2494c3dad41b.zip
x86_64/memory: prepare scoped_mapping extraction
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 8451945..4d32f76 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -27,6 +27,7 @@ target_sources("x86_64" PRIVATE
"src/memory/page_table.cpp"
"src/memory/paging_root.cpp"
"src/memory/region_allocator.cpp"
+ "src/memory/scoped_mapping.cpp"
# VGA text mode
"src/vga/text.cpp"
@@ -53,6 +54,7 @@ target_sources("x86_64" PRIVATE
"include/x86_64/memory/page_table.hpp"
"include/x86_64/memory/paging_root.hpp"
"include/x86_64/memory/region_allocator.hpp"
+ "include/x86_64/memory/scoped_mapping.hpp"
# VGA I/O
"include/x86_64/vga/text.hpp"