aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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;