diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-22 07:17:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-22 07:17:21 +0000 |
commit | 41d914d0081999518dfa488bc8e21787044c7e7e (patch) | |
tree | f4f80c395555ada62c6168b30c32988f19d64005 /sys/arch/i386/stand | |
parent | 72d3412c4de4e7dd211c355a71be8f06c922d78f (diff) |
kernel name is /bsd
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/boot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot.c b/sys/arch/i386/stand/boot.c index de8f5528096..a9aad02da0c 100644 --- a/sys/arch/i386/stand/boot.c +++ b/sys/arch/i386/stand/boot.c @@ -63,8 +63,7 @@ static char rcsid[] = "$NetBSD: boot.c,v 1.6 1994/10/27 04:21:49 cgd Exp $"; * or if an error is encounter, try alternate files. */ -char *files[] = { "netbsd", "onetbsd", "netbsd.old", - "386bsd", "o386bsd", "386bsd.old", +char *files[] = { "bsd", "obsd", "bsd.old", "vmunix", "ovmunix", "vmunix.old", "boot", 0}; int retry = 0; |