aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-02 12:31:53 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-02 12:31:53 +0100
commitbe86be1facfce8fe3f376153b9c582f2c5c026aa (patch)
tree6d05b8ed07fa6afdbbf980fdfdf584e818c1cd61 /arch/x86_64/CMakeLists.txt
parent203355e51690073e571d4906d53f2494c3dad41b (diff)
downloadteachos-be86be1facfce8fe3f376153b9c582f2c5c026aa.tar.xz
teachos-be86be1facfce8fe3f376153b9c582f2c5c026aa.zip
x86_64/memory: extend scoped_mapping
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 4d32f76..f010dcf 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -52,6 +52,7 @@ target_sources("x86_64" PRIVATE
# Memory management
"include/x86_64/memory/mmu.hpp"
"include/x86_64/memory/page_table.hpp"
+ "include/x86_64/memory/page_utilities.hpp"
"include/x86_64/memory/paging_root.hpp"
"include/x86_64/memory/region_allocator.hpp"
"include/x86_64/memory/scoped_mapping.hpp"