mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 03:12:49 +08:00
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