[Zion] Free paging structures after process exit.
This commit is contained in:
parent
39ac0216dd
commit
46ae5de30a
5 changed files with 39 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include "object/process.h"
|
||||
|
||||
void InitializePml4(uint64_t pml4_physical_addr);
|
||||
void CleanupPml4(uint64_t pml4_physical_addr);
|
||||
|
||||
void MapPage(uint64_t cr3, uint64_t vaddr, uint64_t paddr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue