aboutsummaryrefslogtreecommitdiff
path: root/src/core/paging.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/paging.hpp')
-rw-r--r--src/core/paging.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/paging.hpp b/src/core/paging.hpp
index 089bd47..01e45a7 100644
--- a/src/core/paging.hpp
+++ b/src/core/paging.hpp
@@ -24,9 +24,10 @@
/// @brief All PAE table structures are allocated here
extern u64 kpages[MAX_TABLES][512];
-/// @brief Various variables from the linker
+/// cf boucane.hpp
extern u64 kernel_vma,stack_pma,userspace_pma;
+
/**
* Setup and enable PAE paging
*/