Map EfiReservedMemoryType to LoaderSpecialMemory
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 34s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
Rafal Kupiec 2024-01-28 22:10:21 +01:00
parent b8acfe1b66
commit 170d1c71c9
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -510,6 +510,7 @@ BlpGetLoaderMemoryType(IN EFI_MEMORY_TYPE EfiMemoryType)
case EfiACPIMemoryNVS:
case EfiACPIReclaimMemory:
case EfiPalCode:
case EfiReservedMemoryType:
MemoryType = LoaderSpecialMemory;
break;
case EfiRuntimeServicesCode: