diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-28 10:46:36 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-28 10:46:36 +0200 |
| commit | 152f14654bfb438d074833e3c8d5392d300f5095 (patch) | |
| tree | 633e4dad7153a1d01f7f24b8fd0386c6fe7848ca /src/core/paging.hpp | |
| parent | f13b26eeb4f9afba3a1aed2516655b34139979aa (diff) | |
Debug trampoline and paging
Diffstat (limited to 'src/core/paging.hpp')
| -rw-r--r-- | src/core/paging.hpp | 3 |
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 */ |
