Expand description
Loads drivers located in \EFI\BOOT\drivers, or some other path configured in BootConfig
This will also check if the drivers are actual drivers and not just random EFI executables. If they are not drivers,
then the load_driver
function will error. It may also reconnect all handles so that the recently loaded drivers
may take effect.
Enumsยง
- Driver
Error - An
Error
that may result from loading drivers.