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/include/boucane.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/boucane.hpp b/src/include/boucane.hpp index 8df2e59..f178f42 100644 --- a/src/include/boucane.hpp +++ b/src/include/boucane.hpp @@ -10,4 +10,4 @@ #include "libs/stdio.hpp" #include "libs/string.hpp" -extern u64* kpml4; \ No newline at end of file +#define LOAD_GDT() asm("call load_gdt") \ No newline at end of file -- cgit v1.2.3