From 796ce76185b00feb86f6b4f738ac6f953c247116 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 16 Mar 2026 22:30:39 +0100 Subject: arch/x86_64: begin new allocator draft --- arch/x86_64/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86_64/CMakeLists.txt') diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 7bcf7c2..41932c9 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -28,6 +28,7 @@ target_sources("x86_64" PRIVATE # Memory management "src/memory/kernel_mapper.cpp" + "src/memory/higher_half_mapper.cpp" "src/memory/mmu.cpp" "src/memory/page_table.cpp" "src/memory/region_allocator.cpp" -- cgit v1.2.3