aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/main.cpp
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/src/memory/main.cpp
parent47732f54474a083e9f98e52714c12c0ca1181174 (diff)
downloadteachos-c291e1ed629489c418049f6c4116433636717636.tar.xz
teachos-c291e1ed629489c418049f6c4116433636717636.zip
Add comments and rename file
Diffstat (limited to 'arch/x86_64/src/memory/main.cpp')
-rw-r--r--arch/x86_64/src/memory/main.cpp2
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 80242cc..34ce113 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/allocator.hpp"
+#include "arch/memory/heap/concept.hpp"
#include "arch/memory/paging/active_page_table.hpp"
#include "arch/memory/paging/kernel_mapper.hpp"