aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2025-05-08 08:51:52 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2025-05-08 08:51:52 +0000
commit0b62fdb3fe657d056a42d7567b67951ba3468738 (patch)
tree8d95b14bc044a3c729183c37893f010b8cdf4980 /arch/x86_64/CMakeLists.txt
parentbe32189323ba8c46091d6deaf091cf41147426b4 (diff)
downloadteachos-0b62fdb3fe657d056a42d7567b67951ba3468738.tar.xz
teachos-0b62fdb3fe657d056a42d7567b67951ba3468738.zip
wip allocating heap memory in user mode
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 3d6d2c7..0a6ab9c 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -64,6 +64,7 @@ target_sources("_memory" PRIVATE
"src/memory/paging/active_page_table.cpp"
"src/memory/paging/inactive_page_table.cpp"
"src/memory/heap/bump_allocator.cpp"
+ "src/memory/heap/user_heap_allocator.cpp"
"src/memory/heap/memory_block.cpp"
"src/memory/heap/linked_list_allocator.cpp"
"src/memory/heap/global_heap_allocator.cpp"