From 152f14654bfb438d074833e3c8d5392d300f5095 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 28 Apr 2021 10:46:36 +0200 Subject: Debug trampoline and paging --- src/core/paging.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/paging.hpp') 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 */ -- cgit v1.2.3