some modify

This commit is contained in:
2021-04-09 18:13:55 +09:00
parent d6b01a0ac5
commit 1b4d5fb6a4
30 changed files with 569 additions and 55 deletions

5
memory.c Executable file
View File

@@ -0,0 +1,5 @@
#include <Library/BaseLib.h>
#include <Uefi.h>
#include <Uefi/UefiSpec.h>
void VMemInit() { UINTN *PageTable = (UINTN *)AsmReadCr3(); }