From f13b26eeb4f9afba3a1aed2516655b34139979aa Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 27 Apr 2021 19:02:17 +0200 Subject: Making kernel Higher-Half --- src/boot/multiboot2.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot/multiboot2.hpp') 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; -- cgit v1.2.3