summaryrefslogtreecommitdiff
path: root/sys/arch/vax/README
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-05-30 16:41:35 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-05-30 16:41:35 +0000
commit24c85ca4506236ec1678f2d8feb168032ff7f0dc (patch)
tree680f7791a34f93bbae40b83c050da15fba618cbf /sys/arch/vax/README
parent4c3aa9fad24ecec01b7fa086ed06f929ebdf33bb (diff)
s/NetBSD/OpenBSD/g
Diffstat (limited to 'sys/arch/vax/README')
-rw-r--r--sys/arch/vax/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/vax/README b/sys/arch/vax/README
index 6f48150458e..8bf2d1c7a0c 100644
--- a/sys/arch/vax/README
+++ b/sys/arch/vax/README
@@ -1,4 +1,4 @@
- $OpenBSD: README,v 1.2 1997/05/29 00:04:14 niklas Exp $
+ $OpenBSD: README,v 1.3 1997/05/30 16:41:34 mickey Exp $
$NetBSD: README,v 1.9 1995/09/16 12:00:21 ragge Exp $
Devices supported in kernel and _known_ to work:
@@ -19,7 +19,7 @@ Tapes: DILOG Q22 bus tape ctlr w/ Exabyte. (TMSCP emulating)
Other TMSCP ctlrs may also work, but haven't tried.
-To install and run NetBSD/vax you need a MicroVAX II or VAX 11/750
+To install and run OpenBSD/vax you need a MicroVAX II or VAX 11/750
with at least 4MB of memory, and a usable install media. Supported
install media is TK50 tape and RX33/RX50 floppy. If you do initial
installation from floppy then you need a way to load the rest of
@@ -30,7 +30,7 @@ Actually, the system will run fine on only 2MB of memory, but
installation program needs 4MB. If this causes trouble for someone
tell me and I'll fix it.
-Differences between the NetBSD/vax port and other ports:
+Differences between the OpenBSD/vax port and other ports:
* It uses gcc 2.7.0 as default compiler.
* libm is not the same as the other ports; instead it is 4.4BSD libm.
* No dynamic linked libraries, all binaries is statically linked.