mirror of
https://github.com/reactos/reactos.git
synced 2026-05-10 00:46:30 +08:00
Intel Macs released before late 2008/early 2009 are missing the UEFI GOP, resulting in a frozen/white screen when booting FreeLoader. These Macs only have the UGA protocol, which does not support direct framebuffer access, and Apple's proprietary Graphics Info Protocol (sometimes also called Screen Info Protocol) which can be used to get all the graphics information we need. CORE-11954