mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00: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