aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/main.cpp
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2025-03-13 14:05:45 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2025-03-13 14:05:45 +0000
commit2e4cbd473ff3bb7ac7371af39becf830b4fb753b (patch)
tree3eb8cc5fcf255db3c308930b800c9dd32c6b295b /arch/x86_64/src/memory/main.cpp
parentb8a0024ee71a64ec0e87a1e2d0c0c7280dc954e6 (diff)
downloadteachos-2e4cbd473ff3bb7ac7371af39becf830b4fb753b.tar.xz
teachos-2e4cbd473ff3bb7ac7371af39becf830b4fb753b.zip
IN_PROGRESS implement gdt initialization
Diffstat (limited to 'arch/x86_64/src/memory/main.cpp')
-rw-r--r--arch/x86_64/src/memory/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/src/memory/main.cpp b/arch/x86_64/src/memory/main.cpp
index a6f91d9..abc7431 100644
--- a/arch/x86_64/src/memory/main.cpp
+++ b/arch/x86_64/src/memory/main.cpp
@@ -1,9 +1,9 @@
#include "arch/memory/main.hpp"
#include "arch/exception_handling/assert.hpp"
+#include "arch/kernel/cpu/control_register.hpp"
+#include "arch/kernel/cpu/msr.hpp"
#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/heap_allocator.hpp"
#include "arch/memory/paging/active_page_table.hpp"
#include "arch/memory/paging/kernel_mapper.hpp"