aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kernel/main.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2024-11-19 17:32:02 +0100
committerFelix Morgner <felix.morgner@ost.ch>2024-11-19 17:32:02 +0100
commit1cd666241b59b800818812220e28b8b8572e4263 (patch)
treeba6a966c3502d5bb2207ac3d19b053878dc55ed3 /arch/x86_64/src/kernel/main.cpp
parent27cd88e4d39489a845483e574f79fd67ef3d4fcd (diff)
downloadteachos-1cd666241b59b800818812220e28b8b8572e4263.tar.xz
teachos-1cd666241b59b800818812220e28b8b8572e4263.zip
paging: de-templetize implementation
Diffstat (limited to 'arch/x86_64/src/kernel/main.cpp')
-rw-r--r--arch/x86_64/src/kernel/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/src/kernel/main.cpp b/arch/x86_64/src/kernel/main.cpp
index 5b0f2c3..8c68a49 100644
--- a/arch/x86_64/src/kernel/main.cpp
+++ b/arch/x86_64/src/kernel/main.cpp
@@ -2,6 +2,7 @@
#include "arch/exception_handling/assert.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/multiboot/reader.hpp"
#include "arch/memory/paging/kernel_mapper.hpp"