aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2024-12-01 11:08:00 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2024-12-01 11:08:00 +0000
commiteba6c94eed15b90ea8a09e4bc16ae1c0f1645dea (patch)
tree4d2902ad7d7449d31c0e964affde0a1667cb80c5 /arch/x86_64/CMakeLists.txt
parent318fbff1717b291c81db8f9c4d5a84019fe2b4b9 (diff)
downloadteachos-eba6c94eed15b90ea8a09e4bc16ae1c0f1645dea.tar.xz
teachos-eba6c94eed15b90ea8a09e4bc16ae1c0f1645dea.zip
implement first half of linked list dallocation
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 4ba6590..4a02e15 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -57,7 +57,7 @@ target_sources("_memory" PRIVATE
"src/memory/cpu/control_register.cpp"
"src/memory/cpu/msr.cpp"
"src/memory/heap/bump_allocator.cpp"
- "src/memory/heap/memory_hole.cpp"
+ "src/memory/heap/memory_block.cpp"
"src/memory/heap/linked_list_allocator.cpp"
)