INSTALL revision 1.65
11.65Schristos#	$NetBSD: INSTALL,v 1.65 2013/04/27 18:19:55 christos Exp $
21.1Sragge#
31.1Sragge# INSTALL kernel; all supported devices but nothing fancy.
41.1Sragge#
51.1Sragge
61.1Sraggeinclude		"arch/vax/conf/std.vax"
71.26Satatat
81.26Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.8Sabs
101.17Slukemmakeoptions	COPTS="-Os"	# Optimise for space. Implies -O2
111.1Sragge
121.1Sragge# Here are all different supported CPU types listed.
131.17Slukemoptions 	VAX8600
141.17Slukemoptions 	VAX8200
151.17Slukemoptions 	VAX780
161.17Slukemoptions 	VAX750
171.17Slukemoptions 	VAX630		# MV II
181.17Slukemoptions 	VAX650		# MV III, 3300, 3400, 3500, 3600, 3800, 3900
191.17Slukemoptions 	VAX660		# VAX 4000/200
201.17Slukemoptions 	VAX670		# VAX 4000/300
211.17Slukemoptions 	VAX680		# VAX 4000/[45]00
221.17Slukemoptions 	VAX410		# VS 2000
231.17Slukemoptions 	VAX43		# VS 3100/76
241.17Slukemoptions 	VAX46		# VS 4000/60
251.17Slukemoptions 	VAX48		# VS 4000 VLC
261.17Slukemoptions 	VAX49		# VS 4000/90
271.62Sabsoptions 	VAX53		# VAX 4000/10[058], MicroVAX 3100/m96
281.1Sragge
291.1Sragge# Max users on system; this is just a hint
301.1Sraggemaxusers	8
311.1Sragge
321.1Sragge# Enable the hooks used for initializing the root memory-disk.
331.1Sraggeoptions 	MEMORY_DISK_HOOKS
341.17Slukemoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
351.17Slukemoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
361.59Sheoptions 	MEMORY_DISK_ROOT_SIZE=3328	# size of memory disk, in blocks
371.52Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
381.1Sragge
391.1Sragge# Kernel compiled-in symbolic debugger & system call tracer
401.1Sragge#options 	DDB
411.62Sabs#options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
421.1Sragge#options 	KTRACE
431.1Sragge#options 	DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
441.1Sragge
451.1Sragge#options 	SCSIVERBOSE		# Verbose SCSI errors
461.1Sragge
471.62Sabs# Networking options
481.62Sabs#options 	GATEWAY		# packet forwarding
491.62Sabsoptions 	INET		# IP + ICMP + TCP + UDP
501.1Sragge
511.9Sabs# File systems
521.1Sraggefile-system 	FFS
531.1Sragge#file-system 	LFS
541.3Sragge#file-system 	MFS
551.1Sraggefile-system 	NFS
561.1Sragge#file-system 	FDESC
571.61Sabs#file-system 	KERNFS
581.1Sragge#file-system 	NULLFS
591.62Sabs#file-system 	OVERLAY		# overlay file system
601.1Sragge#file-system 	PROCFS
611.1Sragge#file-system 	UMAPFS
621.1Sragge#file-system 	UNION
631.3Sraggefile-system 	CD9660
641.39Schristos#file-system	PTYFS		# /dev/pts/N support
651.62Sabs#file-system	TMPFS		# Efficient memory file-system
661.62Sabs#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
671.1Sragge
681.9Sabs# Filesystem options
691.55Sbouyer#options 	QUOTA		# legacy UFS quotas
701.55Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
711.56Swiz#options 	FFS_EI		# FFS Endian Independent support
721.1Sragge#options 	NFSSERVER
731.47Syamt#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
741.40Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
751.58Sdhollandoptions 	WAPBL		# File system journaling support
761.9Sabs
771.3Sragge#options 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
781.3Sragge#options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
791.1Sragge
801.1Sragge# WS console uses VT100 terminal emulation
811.1Sraggeoptions 	WSEMUL_VT100
821.63Sabsoptions 	WSDISPLAY_DEFAULTSCREENS=1
831.63Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
841.1Sragge
851.1Sragge# System V shared memory & semaphores support.
861.1Sragge#options 	SYSVMSG
871.1Sragge#options 	SYSVSEM
881.1Sragge#options 	SYSVSHM
891.1Sragge
901.1Sragge# Old compat stuff; needed to run 4.3BSD Reno programs.
911.1Sragge# Note that if COMPAT_ULTRIX is set, you lose compatibility with
921.1Sragge# 4.3BSD Reno programs and get Ultrix compatibility instead.
931.1Sragge# (They cannot coexist).
941.1Sragge#options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
951.1Sragge#options 	COMPAT_43
961.1Sragge#options 	COMPAT_09
971.1Sragge#options 	COMPAT_10
981.1Sragge#options 	COMPAT_11
991.1Sragge#options 	COMPAT_12
1001.1Sragge#options 	COMPAT_13
1011.2Saugustssoptions 	COMPAT_14
1021.7Smattoptions 	COMPAT_15
1031.62Sabsoptions 	COMPAT_16
1041.37Ssimonboptions 	COMPAT_20
1051.38Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1061.49Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
1071.62Sabsoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
1081.64Sapboptions 	COMPAT_60	# NetBSD 6.0 compatibility.
1091.1Sragge#options 	COMPAT_ULTRIX
1101.33Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1111.1Sragge
1121.19Sjdolecek
1131.29Slukemoptions 	USERCONF	# userconf(4) support
1141.62Sabsoptions 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1151.32Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1161.1Sragge
1171.1Sragge# Kernel(s) to compile
1181.17Slukemconfig		netbsd root on ? type ?
1191.1Sragge
1201.1Sraggemainbus0	at root
1211.1Sragge
1221.62Sabscpu*		at mainbus0
1231.62Sabs
1241.62Sabs# All buses; from the beginning attached to mainbus.
1251.62Sabsabus0		at mainbus0		# Master bus on VAX 86x0
1261.62Sabssbi0		at mainbus0		# SBI, master bus on 11/78x.
1271.62Sabscmi0		at mainbus0		# 11/750 internal bus.
1281.62Sabsbi0		at mainbus0		# VAX 8200
1291.62Sabsvsbus0		at mainbus0		# All VAXstations
1301.62Sabs#nmi0		at mainbus0		# VAX 8800
1311.62Sabs#xmi0		at mainbus0		# VAX 6000
1321.62Sabsuba0		at mainbus0		# All MicroVAX
1331.62Sabsze0		at mainbus0		# KA48, KA49, KA53
1341.62Sabsle0		at mainbus0		# LANCE ethernet (MV3400)
1351.62Sabs#shac0		at mainbus0 		# DSSI controller
1361.62Sabs
1371.62Sabs# NMI (internal bus) on VAX 88xx-series.
1381.62Sabs#cpu*		at nmi0 slot?		# 1-4 KA88 CPUs
1391.62Sabs#mem*		at nmi0 slot?
1401.62Sabs#bi*		at nmi0 slot?		# BI bus adapters
1411.62Sabs
1421.62Sabs# XMI on VAX 6000 (and higher)
1431.62Sabs#cpu*		at xmi? node?		# 1-? VAX 6000 CPUs
1441.62Sabs#mem*		at xmi? node?
1451.62Sabs#bi*		at xmi? node?		# XMI-BI adapter
1461.62Sabs
1471.62Sabs# Vsbus, the virtual VAXstation bus, and possible devices.
1481.62Sabsle0		at vsbus0 csr 0x200e0000 # LANCE ethernet
1491.62Sabsdz0		at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
1501.62Sabsdz0		at vsbus0 csr 0x25000000 # VS4000/90 and 4000/10x serial line
1511.62Sabssi0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
1521.62Sabssi1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
1531.62Sabsasc0		at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr
1541.62Sabsasc0		at vsbus0 csr 0x26000080 # VS4000/90 and 4000/10x SCSI-ctlr
1551.62Sabssmg0		at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
1561.62Sabs#clr0		at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
1571.62Sabsspx0		at vsbus0 csr 0x38000000 # Low Cost SPX on VS4000/90.
1581.62Sabs#lcg0		at vsbus0 csr 0x21801000 # VS4000/60 (or VLC) graphics
1591.62Sabstc0		at vsbus0 csr 0x36000000 # VS4000/60 or 90 TC adapter
1601.62Sabstcds*		at tc0 slot ? offset ?	 # TC dual SCSI controller
1611.62Sabsasc*		at tcds? chip ?		 # PMAZB/C
1621.62Sabsasc*		at tc? slot ? offset ?	 # PMAZ 
1631.62Sabsfta*		at tc? slot ? offset ?	 # TC FDDI controller
1641.62Sabs
1651.62Sabshdc0		at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
1661.62Sabsrd*		at hdc0 drive?		# RD5x disks
1671.62Sabs#ry*		at hdc0 drive?		# RX floppies
1681.1Sragge
1691.1Sragge# Devices connected at VAXBI
1701.62Sabscpu*		at bi? node?		# KA820/KA825 CPU
1711.62Sabsmem*		at bi? node?		# Memory subsystems
1721.62Sabs#uba*		at bi? node?		# DWBUA BI-Unibus adapter
1731.62Sabsni*		at bi? node?		# DEBNA/DEBNT ethernet adapter
1741.62Sabskdb*		at bi? node?		# KDB50 MSCP disk ctlr
1751.62Sabs
1761.62Sabs# CMI (VAX 11/750)
1771.62Sabsmem*		at cmi? tr?		# Memory subsystems
1781.62Sabsuba*		at cmi? tr?		# Unibus adapters
1791.62Sabsmba*		at cmi? tr?		# Massbus adapters
1801.62Sabs
1811.62Sabs# ABUS (VAX 86x0)
1821.62Sabssbi*		at abus0		# VAX 86x0 can have up to 2 SBI's.
1831.62Sabs
1841.62Sabs# SBI (VAX 11/780, VAX 8600)
1851.62Sabsmem*		at sbi? tr?		# Memory subsystems
1861.62Sabsuba*		at sbi? tr?		# Unibus adapters
1871.62Sabsmba*		at sbi? tr?		# Massbus adapters
1881.1Sragge
1891.1Sragge# Devices on Massbus adapters
1901.62Sabshp*		at mba? drive?		# RM/RP disk drives
1911.4Smatt
1921.62Sabs# Devices on Unibus/Qbus adapters
1931.27Sraggeuda*		at uba?	csr 0172150	# UDA50/RQDX?
1941.27Sraggeuda*		at uba?	csr 0160334
1951.62Sabsmtc*		at uba? csr 0174500	# Tape MSCP ctlr
1961.62Sabsts0		at uba? csr 0172520	# TS11/TSV05 tape.
1971.62Sabs#qd0		at uba? csr 0177400	# 4- or 8-bitplans color graphics
1981.62Sabs#qv0		at uba? csr 0177400	# Monochrome graphics
1991.62Sabsde*		at uba? csr 0174510	# DELUA/DEUNA
2001.62Sabsqe*		at uba? csr 0174440	# DEQNA/DELQA
2011.62Sabsqe*		at uba? csr 0174460	# DEQNA/DELQA
2021.62Sabsqt*		at uba? csr 0174440	# DELQA-PLUS in Turbo mode
2031.62Sabsdhu*		at uba? csr 0160440	# DHU-11
2041.62Sabs#dmf*		at uba? csr 0160340	# DMF-32
2051.62Sabsdz*		at uba? csr 0160100	# DZ-11
2061.62Sabsdl*		at uba? csr 0176500	# DL-11
2071.62Sabsrlc*		at uba? csr 0174400	# RL11/RLV11 controller
2081.62Sabsrl*		at rlc? drive?		# RL01/RL02 disk drive
2091.62Sabsrfc0		at uba? csr 0177170	# RX01/02 controller
2101.62Sabsrf*		at rfc? drive?		# RX01/RX02 floppy disk drive
2111.62Sabs
2121.62Sabs# MSCP devices
2131.1Sraggemscpbus*	at uda?
2141.1Sraggemscpbus*	at mtc?
2151.62Sabsmscpbus*	at kdb?
2161.1Sragge
2171.62Sabsra*		at mscpbus? drive?	# MSCP disk 
2181.60Sabsracd*		at mscpbus? drive?	# MSCP CD-ROM (RRD40)
2191.1Sraggerx*		at mscpbus? drive?	# MSCP floppy
2201.1Sraggemt*		at mscpbus? drive?	# MSCP tape
2211.1Sragge
2221.62Sabs# SCSI devices
2231.62Sabsscsibus*	at scsi?
2241.1Sragge
2251.1Sraggesd*		at scsibus? target? lun?
2261.1Sraggest*		at scsibus? target? lun?
2271.1Sraggecd*		at scsibus? target? lun?
2281.3Sragge#ch*		at scsibus? target? lun?
2291.3Sragge#ss*		at scsibus? target? lun?
2301.3Sragge#uk*		at scsibus? target? lun?
2311.1Sragge
2321.62Sabs# VAXstation graphics support
2331.62Sabswsdisplay*	at smg0
2341.62Sabswsdisplay*	at spx0
2351.62Sabs#wsdisplay*	at lcg0
2361.62Sabs#wsdisplay*	at clr0
2371.62Sabs#wsdisplay*	at qd0
2381.62Sabs#wsdisplay*	at qv0
2391.62Sabslkkbd0		at dz0 line 0
2401.62Sabswskbd*		at lkkbd? console ?
2411.62Sabs#lkms0		at dz0 line 1
2421.62Sabs#wsmouse*	at lkms?
2431.48Smatt
2441.62Sabs#
2451.62Sabs# accept filters
2461.62Sabs#pseudo-device   accf_data		# "dataready" accept filter
2471.62Sabs#pseudo-device   accf_http		# "httpready" accept filter
2481.1Sragge
2491.65Schristospseudo-device	loop	
2501.65Schristospseudo-device	pty			# pseudo-terminals
2511.62Sabspseudo-device	bpfilter
2521.45Scube#pseudo-device	tun	
2531.45Scube#pseudo-device	gre			# generic L3 over IP tunnel
2541.45Scube#pseudo-device	vnd	
2551.65Schristos#pseudo-device	ccd	
2561.62Sabspseudo-device	raid	8		# RAIDframe disk driver
2571.53Spooka#pseudo-device	fss			# file system snapshot device
2581.62Sabs
2591.54Shannkenpseudo-device	md	
260