From 203355e51690073e571d4906d53f2494c3dad41b Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 1 Dec 2025 19:32:19 +0100 Subject: x86_64/memory: prepare scoped_mapping extraction --- arch/x86_64/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86_64/CMakeLists.txt') 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" -- cgit v1.2.3