]> Zhao Yanbai Git Server - minix.git/commit
bootloader: do not try to autoload NetBSD modules 90/3290/1
authorDavid van Moolenbroek <david@minix3.org>
Mon, 25 Jan 2016 18:23:56 +0000 (19:23 +0100)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 25 Jan 2016 18:29:11 +0000 (19:29 +0100)
commit1d80a87694cdb69a2cb41223306d4bbba5289571
tree730dd53aa174119a1d466a8e29f5b383bb7ae146
parent4f5713cc0abfd9a9971ce1cdfdc79ff104f75af3
bootloader: do not try to autoload NetBSD modules

The NetBSD bootloader attempts to load NetBSD kernel modules for
"unusual" file systems.  We do not support NetBSD kernel modules,
and thus, the bootloader gives us warnings about not being able
to load them, in particular when booting CD images.  This patch
disables the NetBSD file system module autoload feature.

Change-Id: I55fce53b4bb0282b7d8a005192200fe466312f62
sys/arch/i386/stand/lib/exec.c