diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-24 13:51:12 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-24 13:51:12 +0000 |
| commit | c291e1ed629489c418049f6c4116433636717636 (patch) | |
| tree | aee0889f0d52ee51ada62ee992ee0b9682f78774 /arch/x86_64/CMakeLists.txt | |
| parent | 47732f54474a083e9f98e52714c12c0ca1181174 (diff) | |
| download | teachos-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.txt | 2 |
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" ) #[============================================================================[ |
