aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-03-16 22:30:39 +0100
committerFelix Morgner <felix.morgner@ost.ch>2026-03-16 22:30:39 +0100
commit796ce76185b00feb86f6b4f738ac6f953c247116 (patch)
treeefc18c2df1f05e8c60df2a6eda227d53a78ebba3 /arch/x86_64/CMakeLists.txt
parent69a92ce3077f01ce43daef5681db298594a4badc (diff)
downloadteachos-796ce76185b00feb86f6b4f738ac6f953c247116.tar.xz
teachos-796ce76185b00feb86f6b4f738ac6f953c247116.zip
arch/x86_64: begin new allocator draft
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 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"