diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-27 19:02:17 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-27 19:02:17 +0200 |
| commit | f13b26eeb4f9afba3a1aed2516655b34139979aa (patch) | |
| tree | 9ec48586fa57749f2c1cb40d940863d2251bd401 /src/boot/multiboot2.hpp | |
| parent | 9dc527b3be9d493dcf8cf1baf78477373eb5990d (diff) | |
Making kernel Higher-Half
Diffstat (limited to 'src/boot/multiboot2.hpp')
| -rw-r--r-- | src/boot/multiboot2.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/multiboot2.hpp b/src/boot/multiboot2.hpp index cc28109..db946a7 100644 --- a/src/boot/multiboot2.hpp +++ b/src/boot/multiboot2.hpp @@ -1,6 +1,7 @@ #pragma once #include "core/types.hpp" +#include "include/boucane.hpp" typedef struct TAG_HEADER { u32 type; |
