aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-24 13:51:12 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-24 13:51:12 +0000
commitc291e1ed629489c418049f6c4116433636717636 (patch)
treeaee0889f0d52ee51ada62ee992ee0b9682f78774 /arch/x86_64/CMakeLists.txt
parent47732f54474a083e9f98e52714c12c0ca1181174 (diff)
downloadteachos-c291e1ed629489c418049f6c4116433636717636.tar.xz
teachos-c291e1ed629489c418049f6c4116433636717636.zip
Add comments and rename file
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 5b0e3a9..b758bf0 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -56,7 +56,7 @@ target_sources("_memory" PRIVATE
"src/memory/cpu/tlb.cpp"
"src/memory/cpu/control_register.cpp"
"src/memory/cpu/msr.cpp"
- "src/memory/heap/allocator.cpp"
+ "src/memory/heap/bump_allocator.cpp"
)
#[============================================================================[