summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-01-06 20:04:22 +0000
committerdm <dm@cvs.openbsd.org>1996-01-06 20:04:22 +0000
commit2defc765aa92d65e239f5b4d36582850fd58b7da (patch)
tree64a781c5c87ef75aeee59cea7c96101e0cf36b96 /sys/arch
parent50972910e1fdcaae280d19ae6b6817d7752c39d7 (diff)
/bsd and OpenBSD got changed back to /netbsd and NetBSD in the
timing patch. I switched them back.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/boot/boot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/boot/boot.c b/sys/arch/i386/boot/boot.c
index ff5de40769a..0e55dbdf62d 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 *))
@@ -84,8 +84,8 @@ boot(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);