Several changes to EFI memory mapping
All checks were successful
ci/woodpecker/push/build Pipeline was successful

* Move EFI memory type conversion to separate routine
 * Never map VRAM
 * Map only pages not exceeding the lowest physical page
This commit is contained in:
2022-12-19 22:50:03 +01:00
parent 6871291c9a
commit 7bcdd8562d
2 changed files with 81 additions and 66 deletions

View File

@@ -57,6 +57,9 @@ BlConsoleInitialize();
VOID
BlConsolePutChar(IN USHORT Character);
LOADER_MEMORY_TYPE
BlConvertEfiMemoryType(IN EFI_MEMORY_TYPE EfiMemoryType);
VOID
BlCreateStack(IN PVOID *StackPtr,
IN ULONG StackSize,