[Zion] Call invlpg when unmapping memory.

This commit is contained in:
Drew Galbraith 2023-12-05 15:53:42 -08:00
parent 0b9f83b321
commit 1f8085f791
4 changed files with 27 additions and 9 deletions

View file

@ -4,6 +4,8 @@
#include "object/process.h"
uint64_t CurrCr3();
void InitializePml4(uint64_t pml4_physical_addr);
void CleanupPml4(uint64_t pml4_physical_addr);