aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-29 08:49:41 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-29 08:49:41 +0200
commitfde8a1ab65d5e33d90123a3aaa9b5c15e249689f (patch)
tree14134c0c2f322cbcba0989b78bd7057f76c157c3 /src/boot
parent067d6e340be698b0e26b7732215a1969e0e683f3 (diff)
Debug, add memory print driver
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/multiboot2.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/multiboot2.hpp b/src/boot/multiboot2.hpp
index db946a7..d36d593 100644
--- a/src/boot/multiboot2.hpp
+++ b/src/boot/multiboot2.hpp
@@ -1,7 +1,7 @@
#pragma once
#include "core/types.hpp"
-#include "include/boucane.hpp"
+#include "boucane.hpp"
typedef struct TAG_HEADER {
u32 type;