From 7db6db5ae64e7ab2626bbd898c63f58e053dc1a6 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 25 Apr 2021 12:41:24 +0200 Subject: Debug multiboot, enable apic and ACPI table parsing --- src/include/boucane.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/boucane.hpp') diff --git a/src/include/boucane.hpp b/src/include/boucane.hpp index d78db60..8df2e59 100644 --- a/src/include/boucane.hpp +++ b/src/include/boucane.hpp @@ -5,7 +5,9 @@ #define VERSION_PATH 0 #include "core/types.hpp" +#include "core/paging.hpp" #include "libs/math.hpp" #include "libs/stdio.hpp" #include "libs/string.hpp" +extern u64* kpml4; \ No newline at end of file -- cgit v1.2.3