]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support to MSDOS FS in PPC loader
authorLeandro Lupori <luporl@FreeBSD.org>
Tue, 7 Apr 2020 19:46:00 +0000 (19:46 +0000)
committerLeandro Lupori <luporl@FreeBSD.org>
Tue, 7 Apr 2020 19:46:00 +0000 (19:46 +0000)
commit0660bb6fa573c61dc7de2b5a6ee202e8b3f007aa
tree07dbddeca7ce432bcce005eddc436b491c99a25b
parent33ae1ff7230bc4244fe56918f6400933bace7ce9
Add support to MSDOS FS in PPC loader

Although PPC OFW loader already had a LOADER_MSDOS_SUPPORT option, a few lines
were missing in conf.c, in order to support FAT filesystems.

This is useful when running FreeBSD under QEMU, to be able to easily change the
kernel and modules when running on hosts without UFS read/write support.

Reviewed by: jhibbits
Sponsored by: Eldorado Research Institute (eldorado.org.br)
Differential Revision: https://reviews.freebsd.org/D24328
stand/powerpc/ofw/conf.c