You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check that the loaded driver is of EFI subsystem 'Boot System Driver'
* This is needed for HP UEFI firmwares, who apparently won't start
drivers that are of a different type, such as 'Runtime Driver'
* Also avoid using HandleProtocol() as advised by the UEFI specs
and improve the output of DisconnectBlockingDrivers()
use uefi_main as entry point and use UEFI arch designations
* Also finx additional ARM compilation issues with gcc and
enable ARM debugging with Visual Studio
use 'ia32' for x86_32 driver suffix
* This is the same as what rEFInd uses
* Also update downloads for latest efifs drivers (0.8)
* Also fix OVMF download for Linux