summaryrefslogtreecommitdiff
path: root/sys/arch/vax
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
parent4c3aa9fad24ecec01b7fa086ed06f929ebdf33bb (diff)
s/NetBSD/OpenBSD/g
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/INSTALL10
-rw-r--r--sys/arch/vax/README6
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/vax/INSTALL b/sys/arch/vax/INSTALL
index ad67fb08eb7..df08864e133 100644
--- a/sys/arch/vax/INSTALL
+++ b/sys/arch/vax/INSTALL
@@ -1,12 +1,12 @@
- $OpenBSD: INSTALL,v 1.2 1997/05/29 00:04:13 niklas Exp $
+ $OpenBSD: INSTALL,v 1.3 1997/05/30 16:41:33 mickey Exp $
$NetBSD: INSTALL,v 1.1 1995/09/16 12:00:21 ragge Exp $
-How to install NetBSD/vax
+How to install OpenBSD/vax
-------------------------
1. Device conventions.
- NetBSD standalone system addresses devices like
+ OpenBSD standalone system addresses devices like
'devicename(adapter, controller, unit, partition)'
Known devicenames are:
tms - TMSCP tape.
@@ -46,7 +46,7 @@ How to install NetBSD/vax
2.1.1 Installation from TK50. (MicroVAX II)
You will need a file called tk50-file1-???.fs and a
file called tk50-file2-???.fs, where ??? is the
- revision og NetBSD. These files must be written on tape
+ revision og OpenBSD. These files must be written on tape
in sequential order; file 1 first and then file2.
_Blocksize_must_be_512!_ Otherwise the tape will not be
bootable. Then type:
@@ -82,7 +82,7 @@ How to install NetBSD/vax
is 400k and RX33 is 1200k.
You will need a file called rxDD-bootdisk-???.fs and
a couple of files called rxDD-copy?-???.fs, where DD
- is 33 or 50 and ??? is the revision of NetBSD.
+ is 33 or 50 and ??? is the revision of OpenBSD.
The RX33 installation will be 3 floppies and RX50
installation will be 7 floppies.
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.