Files
reactos/boot
Sylas Hollander 492aeb639c [FREELDR:UEFI] Fallback to MmAllocateMemoryWithType if allocating the disk read buffer with AllocatePool fails (#8677)
On many Intel Macs and likely other EFI 1.x devices, allocating
the disk buffer with AllocatePool fails with `EFI_OUT_OF_RESOURCES`.
This causes FreeLoader hardware detection failure on Macs.

Workaround this issue by allocating with `MmAllocateMemoryWithType`
if `AllocatePool` via Boot Services fails.

CORE-11954
2026-02-19 13:20:52 +03:00
..