CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/28 15:51:59
Modified files:
sys/arch/amd64/stand/efiboot: conf.c efidev.c efidev.h
Log message:
add support for loading files (kernels) from the efi system partition.
this means you can put the openbsd boot loader and bsd.rd on the
efi boot partition and run the installer that way. this is a port
of the same code i got working on arm64.
ok jmatthew@
