--- Net2/arch/i386/stand/boot.c 2018/04/24 18:07:21 1.1.1.3 +++ Net2/arch/i386/stand/boot.c 2018/04/24 18:20:27 1.1.1.4 @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifdef lint -static char sccsid[] = "from:@(#)boot.c 7.3 (Berkeley) 5/4/91"; +/* from: static char sccsid[] = "@(#)boot.c 7.3 (Berkeley) 5/4/91"; */ +static char rcsid[] = "boot.c,v 1.4 1993/05/22 08:02:09 cgd Exp"; #endif /* not lint */ #include "param.h" @@ -58,7 +59,10 @@ static char sccsid[] = "from:@(#)boot.c * or if an error is encounter, try alternate files. */ -char *files[] = { "386bsd", "386bsd.alt", "386bsd.old", "boot" , "vmunix", 0}; +char *files[] = { "netbsd", "onetbsd", "netbsd.old", + "386bsd", "o386bsd", "386bsd.old", + "vmunix", "ovmunix", "vmunix.old", + "boot", 0}; int retry = 0; extern struct disklabel disklabel; extern int bootdev, cyloffset;