plan9fox/sys
mischief 486ce60546 efi: prefer plan9.ini from ESP we loaded from
currently the EFI loader's behavior is to search all disks in a
firmware-defined order.  we search the list returned by the firmware
in reverse order in the hopes of searching the first 9FAT instead of
the ESP, but this results in unintuitive behavior when there are
multiple FAT partitions (possibly in multiple disks), such as loading
a plan9.ini and kernel from a different disk than the one you executed
the EFI loader from.

to resolve this, we change the EFI loader to instead prefer read
plan9.ini and the kernel from the same disk as the EFI loader was read
from, and then fall back to the old behavior, since the old behavior
is relied on by current installations.
2020-11-21 14:18:52 -08:00
..
doc
games/lib
include libbio: add aux pointer to bio 2020-11-01 11:42:54 -08:00
lib profile: don't create $wsys if it doesn't exist 2020-11-02 08:29:05 -08:00
man tmdate(2): failed to (p)arse 2020-11-18 20:14:26 +01:00
src efi: prefer plan9.ini from ESP we loaded from 2020-11-21 14:18:52 -08:00