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/boot | |
parent | 72d3412c4de4e7dd211c355a71be8f06c922d78f (diff) |
kernel name is /bsd
Diffstat (limited to 'sys/arch/i386/boot')
-rw-r--r-- | sys/arch/i386/boot/boot.c | 6 |
1 files changed, 3 insertions, 3 deletions
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); |