mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
Kernel/aarch64: Add function to MMU.cpp to unmap identity mapping
This function will be used once the kernel runs in high virtual memory to unmap the identity mapping as userspace will later on use this memory range instead.
This commit is contained in:
parent
150c52e420
commit
a581cae4d4
2 changed files with 22 additions and 0 deletions
|
@ -13,6 +13,7 @@ namespace Kernel {
|
|||
|
||||
void initialize_exceptions();
|
||||
void init_page_tables();
|
||||
void unmap_identity_map();
|
||||
void panic_without_mmu(StringView);
|
||||
void dbgln_without_mmu(StringView);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue