diff options
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); |