diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-21 14:13:39 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-21 14:13:39 +0000 |
| commit | 405b5b1018397bff48e32c75e10a6b3b58bb6a20 (patch) | |
| tree | 69359619d8f0dd498fc5439b9361f27ee28a1cde /arch/x86_64/src/memory/main.cpp | |
| parent | 00fd8cf8f72d6c5c3d6150f3ec833ded9e34b2b1 (diff) | |
| download | teachos-405b5b1018397bff48e32c75e10a6b3b58bb6a20.tar.xz teachos-405b5b1018397bff48e32c75e10a6b3b58bb6a20.zip | |
Update factory method code
Diffstat (limited to 'arch/x86_64/src/memory/main.cpp')
| -rw-r--r-- | arch/x86_64/src/memory/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/src/memory/main.cpp b/arch/x86_64/src/memory/main.cpp index b978319..a6f91d9 100644 --- a/arch/x86_64/src/memory/main.cpp +++ b/arch/x86_64/src/memory/main.cpp @@ -4,7 +4,7 @@ #include "arch/memory/allocator/area_frame_allocator.hpp" #include "arch/memory/cpu/control_register.hpp" #include "arch/memory/cpu/msr.hpp" -#include "arch/memory/heap/concept.hpp" +#include "arch/memory/heap/heap_allocator.hpp" #include "arch/memory/paging/active_page_table.hpp" #include "arch/memory/paging/kernel_mapper.hpp" |
