diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-29 08:49:41 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-29 08:49:41 +0200 |
| commit | fde8a1ab65d5e33d90123a3aaa9b5c15e249689f (patch) | |
| tree | 14134c0c2f322cbcba0989b78bd7057f76c157c3 /src/boot/multiboot2.hpp | |
| parent | 067d6e340be698b0e26b7732215a1969e0e683f3 (diff) | |
Debug, add memory print driver
Diffstat (limited to 'src/boot/multiboot2.hpp')
| -rw-r--r-- | src/boot/multiboot2.hpp | 2 |
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; |
