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/include/boucane.hpp | |
| parent | 9dc527b3be9d493dcf8cf1baf78477373eb5990d (diff) | |
Making kernel Higher-Half
Diffstat (limited to 'src/include/boucane.hpp')
| -rw-r--r-- | src/include/boucane.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
