diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-28 12:40:04 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-28 12:40:04 +0000 |
| commit | 31796138b1c85e7b3236055b6d93d568e1fe8a81 (patch) | |
| tree | faacce66823a1f4622f92b4d3cb1c9bac805f120 /arch/x86_64/CMakeLists.txt | |
| parent | a4268440d5c77f39032bb9f003aafd7fef2ca997 (diff) | |
| download | teachos-31796138b1c85e7b3236055b6d93d568e1fe8a81.tar.xz teachos-31796138b1c85e7b3236055b6d93d568e1fe8a81.zip | |
Create base of linked list allocator
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index b758bf0..4ba6590 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -57,6 +57,8 @@ 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/linked_list_allocator.cpp" ) #[============================================================================[ |
