Allow to provide page size during initialization
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 47s
Builds / ExectOS (i686) (push) Successful in 27s

This commit is contained in:
2024-01-18 14:30:58 +01:00
parent 5acf8b4abd
commit 02f0e34b83
4 changed files with 13 additions and 10 deletions

View File

@@ -157,8 +157,9 @@ BlInitializeConsole();
XTCDECL
VOID
BlInitializePageMap(OUT PXTBL_PAGE_MAPPING PageMap,
IN PVOID *MemoryMapAddress,
IN SHORT PageMapLevel,
IN PVOID *MemoryMapAddress);
IN PAGE_SIZE PageSize);
XTCDECL
EFI_STATUS