Edit

IABSD.fr/src/sys/arch

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2019-11-26 19:08:01
    Hash : 80968ff8
    Message : Several functions expect that bootdev_dip is not NULL and can be dereferenced. But there is no boot disk when EFI bootloader has been received via TFPT. Fake a disk info that never maches a real disk. Fixes a hang in run_loadfile() during HP Elitebook UEFI boot. OK patrick@