From fde8a1ab65d5e33d90123a3aaa9b5c15e249689f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 29 Apr 2021 08:49:41 +0200 Subject: Debug, add memory print driver --- src/boot/multiboot2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot') 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; -- cgit v1.2.3