NetBSD/sys/arch/vax
ragge c3aeacf957 unsigned -> long to match ddb change. 1997-02-16 20:37:29 +00:00
..
bi Update due to changes to uba/mscp functions. 1997-01-11 11:34:39 +00:00
boot s/tms/mt/ 1997-02-12 18:00:42 +00:00
compile
conf Remove :: 1997-02-12 18:07:53 +00:00
consolerl
floppy
if Fix so it works with root over NFS. 1997-02-12 17:57:39 +00:00
include unsigned -> long to match ddb change. 1997-02-16 20:37:29 +00:00
mba Pass a struct device ** down to the functions that find the boot device. 1997-01-31 02:12:31 +00:00
mscp ra disks is DV_DISK, not DV_DULL. 1997-02-12 18:02:47 +00:00
uba Support for DL11 (-compatible) async ctlr. 1997-02-04 19:13:15 +00:00
vax This file has been obsoleted for ages. 1997-02-16 17:40:46 +00:00
vsa Add a forgotten #ifdef DDB 1997-02-12 17:55:54 +00:00
BUGS_MISSINGS
INSTALL
Makefile
README
README.copy
README.edlabel

README

	$NetBSD: README,v 1.9 1995/09/16 12:00:21 ragge Exp $

Devices supported in kernel and _known_ to work:
CPU:	VAX 11/750 with 2-14MB of memory.
	KA630 (MicroVAX II) with 2-16 MB memory.

Net:	DEUNA/DELUA Unibus ethernet cards.
	DEQNA/DELQA Q22 bus ethernet cards.

Disks:	UDA50 Unibus MSCP controller.
	KDA50/RQDX3 Q22 bus MSCP controller.
		RA??-disks on UDA50 or KDA50.
		RD??-disks on RQDX3. (known as RA?? by system).

Tapes:	DILOG Q22 bus tape ctlr w/ Exabyte. (TMSCP emulating)
	TSV05 Q22 bus tape ctlr.
	TK50 (TMSCP) on Q22 bus.
		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
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
the system, like tape or ethernet. 
NOTE! TU58 INSTALLATION IS NOT YET SUPPORTED, BUT WILL BE.

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:
 * 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.
These things will be fixed in the future.


We who have done parts of the VAX port is:
	Joachim Isaksson, first pmap and lots of help with gcc functionality.
	Mattias Gr|nlund, locore assembler and interrupt handling.
	Mattias ]slund, lots of help and ideas everywhere.
	Bertram Barth, bootblocks and boot routines for MicroVAX.
	Rick Macklem, fixed all MicroVAX II, TMSCP and DEQNA support.
	Anders Magnusson (ragge), that's me, who put things together
		and wrote the rest.

Have fun with it,
	ragge@ludd.luth.se