]> 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:29:58 +0000 (13:29 +0100)
commitdd9c147444068303af79f45e7bfa32c3b62b18ef
tree9fb8aa35762d20b5156ddcbe92f784ab298c6843
parent60a4f87b0bc900b2f1e1195fab9cdcd47ffb7b23
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