CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/03/05 09:36:30
Modified files:
sys/arch/amd64/conf: RAMDISK
sys/arch/amd64/stand/boot: Makefile conf.c
sys/arch/amd64/stand/cdboot: Makefile conf.c
sys/arch/amd64/stand/efi32: Makefile.common conf.c
sys/arch/amd64/stand/efi64: Makefile.common conf.c
sys/arch/amd64/stand/efiboot: Makefile.common conf.c
sys/arch/amd64/stand/pxeboot: Makefile conf.c
Log message:
Allow amd64 boot(8) and friends to read from an ffs2 filesystem.
Also enable ffs2 for floppy, so that its kernel kan access ffs2. ok deraadt@