Recursively map the PML4
This commit is contained in:
parent
b3f8cb9003
commit
45b5817a36
4 changed files with 29 additions and 0 deletions
6
zion/memory/paging_util.h
Normal file
6
zion/memory/paging_util.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void InitPaging();
|
||||
void InitializePml4(uint64_t pml4_physical_addr);
|
||||
Loading…
Add table
Add a link
Reference in a new issue