]> Zhao Yanbai Git Server - minix.git/commit
Cosmetic boot fix.
authorAntoine Leca <Antoine.Leca.1@gmail.com>
Fri, 24 Feb 2012 12:29:10 +0000 (13:29 +0100)
committerBen Gras <ben@minix3.org>
Fri, 24 Feb 2012 12:30:09 +0000 (13:30 +0100)
commitadb5107e26e35b4842373ba329cd2aa2f9d5751f
tree0823f3f3c12c054becd76da6090864ec03cf3a55
parentc543dcf2055e19b86cd54a3135fbb7c23ba6da9e
Cosmetic boot fix.

The NetBSD boot loader loads automatically the kernel module appropriate
for the detected root file system; it is preset at "ffs".  The MINIX3fs
support does not reset the underlying global variable, since there are
no use for this on MINIX.  As a result, the boot loader searches for
/ffs.kmod, and issues two warnings about "module failure to open/load."
sys/arch/i386/stand/lib/exec.c
sys/lib/libsa/globals.c