diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-25 12:41:24 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-25 12:41:24 +0200 |
| commit | 7db6db5ae64e7ab2626bbd898c63f58e053dc1a6 (patch) | |
| tree | aac3b4b8755acbea397709a00611642c2534f053 /src/include/boucane.hpp | |
| parent | 657372f1be95393b76a54f258ba3f937b4073abe (diff) | |
Debug multiboot, enable apic and ACPI table parsing
Diffstat (limited to 'src/include/boucane.hpp')
| -rw-r--r-- | src/include/boucane.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
