aboutsummaryrefslogtreecommitdiff
path: root/src/include/boucane.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-28 10:46:36 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-28 10:46:36 +0200
commit152f14654bfb438d074833e3c8d5392d300f5095 (patch)
tree633e4dad7153a1d01f7f24b8fd0386c6fe7848ca /src/include/boucane.hpp
parentf13b26eeb4f9afba3a1aed2516655b34139979aa (diff)
Debug trampoline and paging
Diffstat (limited to 'src/include/boucane.hpp')
-rw-r--r--src/include/boucane.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/boucane.hpp b/src/include/boucane.hpp
index f178f42..79975a3 100644
--- a/src/include/boucane.hpp
+++ b/src/include/boucane.hpp
@@ -10,4 +10,9 @@
#include "libs/stdio.hpp"
#include "libs/string.hpp"
-#define LOAD_GDT() asm("call load_gdt") \ No newline at end of file
+/// @brief Various variables from the linker
+extern u64 kernel_vma,stack_pma,userspace_pma;
+
+/// @brief Binary references
+extern u64 res_binary_res_terminus_psf_start;
+extern u64 res_binary_res_terminus_psf_end;