summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-22 07:17:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-22 07:17:21 +0000
commit41d914d0081999518dfa488bc8e21787044c7e7e (patch)
treef4f80c395555ada62c6168b30c32988f19d64005 /sys/arch/i386/stand
parent72d3412c4de4e7dd211c355a71be8f06c922d78f (diff)
kernel name is /bsd
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r--sys/arch/i386/stand/boot.c3
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;