From 41d914d0081999518dfa488bc8e21787044c7e7e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 22 Oct 1995 07:17:21 +0000 Subject: kernel name is /bsd --- sys/arch/i386/boot/boot.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/i386/boot') diff --git a/sys/arch/i386/boot/boot.c b/sys/arch/i386/boot/boot.c index 43b471620f4..a3350b21001 100644 --- a/sys/arch/i386/boot/boot.c +++ b/sys/arch/i386/boot/boot.c @@ -63,7 +63,7 @@ int cflag; #endif char *name; char *names[] = { - "/netbsd", "/onetbsd", "/netbsd.old", + "/bsd", "/obsd", "/bsd.old", }; #define NUMNAMES (sizeof(names)/sizeof(char *)) @@ -77,8 +77,8 @@ int drive; char *t; printf("\n" - ">> NetBSD BOOT: %d/%d k [%s]\n" - "use hd(1,a)/netbsd to boot sd0 when wd0 is also installed\n", + ">> OpenBSD BOOT: %d/%d k [%s]\n" + "use hd(1,a)/bsd to boot sd0 when wd0 is also installed\n", argv[7] = memsize(0), argv[8] = memsize(1), version); -- cgit v1.2.3