diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-20 10:41:11 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-20 10:41:11 +0000 |
| commit | 6c4ce82c3f9cc920bcde74fc10fdfd39b477b9f4 (patch) | |
| tree | 03465649821a73db88489e4b1a0adc1f298bf64c /arch/x86_64/CMakeLists.txt | |
| parent | bff6c39a8d4571cd5c41e3926d5fc1428916f32c (diff) | |
| download | teachos-6c4ce82c3f9cc920bcde74fc10fdfd39b477b9f4.tar.xz teachos-6c4ce82c3f9cc920bcde74fc10fdfd39b477b9f4.zip | |
Fix compilation issues
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index c5624d8..9665846 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -59,6 +59,7 @@ target_sources("_memory" PRIVATE "src/memory/heap/bump_allocator.cpp" "src/memory/heap/memory_block.cpp" "src/memory/heap/linked_list_allocator.cpp" + "src/memory/heap/global_heap_allocator.cpp" "src/shared/mutex.cpp" ) |
