INSTALL revision 1.1
11.1Sjonathan#
21.1Sjonathan# Distribution root-on-NFS  network install kernel (any  model)
31.1Sjonathan#    root on NFS  to boot diskless for installation,
41.1Sjonathan#    disk drivers for labelling disks and installation on local disk.
51.1Sjonathan#
61.1Sjonathan# 	$NetBSD: INSTALL,v 1.1 1996/10/13 05:57:19 jonathan Exp $
71.1Sjonathan#
81.1Sjonathaninclude		"arch/pmax/conf/std.pmax"
91.1Sjonathan
101.1Sjonathanmaxusers	8
111.1Sjonathan
121.1Sjonathanoptions		MIPS1			# R2000/R3000 support
131.1Sjonathan#options	MIPS3			# R4000/R4400 support (not finished)
141.1Sjonathan
151.1Sjonathan
161.1Sjonathan# Support for specific models of DECstation
171.1Sjonathanoptions		DS3100			# PMAX (kn01) DECstation 2100, 3100
181.1Sjonathanoptions		DS5000_25		# MAXINE (kn02ca/xine) support
191.1Sjonathanoptions		DS5000_100		# 3MIN (kn02ba/kmin) support
201.1Sjonathanoptions		DS5000_200		# 3MAX (kn02) support
211.1Sjonathanoptions		DS5000_240		# 3MAXPLUS (kn03) support
221.1Sjonathan
231.1Sjonathan
241.1Sjonathan
251.1Sjonathan
261.1Sjonathan# You need to set this locally, but it doesn't do much outside the kernel.
271.1Sjonathan# Set up /etc/localtime instead.
281.1Sjonathanoptions		TIMEZONE=0		# minutes west of GMT (for)
291.1Sjonathanoptions		DST=0			# use daylight savings rules
301.1Sjonathan
311.1Sjonathan
321.1Sjonathan# Standard system options
331.1Sjonathanoptions		SWAPPAGER		# swap pager (anonymous and swap space)
341.1Sjonathanoptions		VNODEPAGER		# vnode pager (mapped files)
351.1Sjonathanoptions		DEVPAGER		# device pager (mapped devices)
361.1Sjonathan#options	DIAGNOSTIC		# extra kernel debugging checks
371.1Sjonathan#options	DEBUG			# extra kernel debugging support
381.1Sjonathan#options	"COMPAT_43"		# compatibility with 4.3BSD binaries
391.1Sjonathan#options	KTRACE			# system call tracing support
401.1Sjonathanoptions		"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
411.1Sjonathan#options	KGDB			# support for kernel gdb
421.1Sjonathan#options	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
431.1Sjonathan#options	"KGDBDEV=15*256+0"	# device for kernel gdb
441.1Sjonathan
451.1Sjonathanoptions		NTP			# network time protocol
461.1Sjonathan#options	UCONSOLE		# users can redirect console (unsafe)
471.1Sjonathan
481.1Sjonathan# Filesystem options
491.1Sjonathanoptions		FIFO		# POSIX fifo support (in all filesystems)
501.1Sjonathanoptions		FFS,QUOTA	# fast filesystem with user and group quotas
511.1Sjonathan#options	MFS		# memory-based filesystem
521.1Sjonathanoptions		NFSCLIENT	# Sun NFS-compatible filesystem (client)
531.1Sjonathan#options	NFSSERVER	# Sun NFS-compatible filesystem (server)
541.1Sjonathanoptions		KERNFS		# kernel data-structure filesystem
551.1Sjonathan#options	FDESC		# user file descriptor filesystem
561.1Sjonathan#options	UMAPFS		# uid/gid remapping filesystem
571.1Sjonathan#options	NULLFS		# null layer filesystem
581.1Sjonathan#options	UNION
591.1Sjonathan#options	LFS		# Log-based filesystem (still experimental)
601.1Sjonathan#options	PORTAL		# portal filesystem (still experimental)
611.1Sjonathan
621.1Sjonathan# Networking options
631.1Sjonathanoptions		INET		# Internet protocols
641.1Sjonathanoptions		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
651.1Sjonathan#options	GATEWAY		# IP packet forwarding
661.1Sjonathan#options	MULTICAST	# Multicast support
671.1Sjonathan#options	MROUTING	# Multicast routing support
681.1Sjonathan#options	ISO		# OSI networking
691.1Sjonathan#options	TPIP
701.1Sjonathan#options	EON
711.1Sjonathan
721.1Sjonathan# NetBSD backwards compatibility
731.1Sjonathan#options	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
741.1Sjonathan#options	COMPAT_11	# NetBSD 1.1,
751.1Sjonathanoptions		COMPAT_12	# Netbsd 1.2 reboot()
761.1Sjonathan
771.1Sjonathan
781.1Sjonathan# pmax specific
791.1Sjonathan#options	COMPAT_ULTRIX	# ultrix compatibility
801.1Sjonathan#options	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
811.1Sjonathanoptions		"HZ=256"	# RTC rate required
821.1Sjonathan
831.1Sjonathan# Note that this configuration is unlikely to work, yet...
841.1Sjonathanconfig		nfsnetbsd	root on nfs swap on nfs
851.1Sjonathan
861.1Sjonathan########################################################################
871.1Sjonathan###                   I/O bus and device options                     ###
881.1Sjonathan########################################################################
891.1Sjonathan
901.1Sjonathan# TC bus and supported options. (All but PMAXes have a turbochannel.)
911.1Sjonathaninclude 	"arch/pmax/conf/tc.std"
921.1Sjonathan
931.1Sjonathan# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
941.1Sjonathaninclude 	"arch/pmax/conf/builtin.ioasic"
951.1Sjonathan
961.1Sjonathan# MAXINE-only ioasic baseboard devices and on-baseboard "options"
971.1Sjonathaninclude 	"arch/pmax/conf/builtin.maxine"
981.1Sjonathan
991.1Sjonathan# 5000/200-only (aka 3MAX aka KN02) baseboard devices.
1001.1Sjonathan# (KN02 has turbochannel but no	IOASIC).
1011.1Sjonathaninclude 	"arch/pmax/conf/builtin.3max"
1021.1Sjonathan
1031.1Sjonathan# 2100/3100-only (aka PMAX aka KN01) baseboard devices.
1041.1Sjonathan# (may also be present on a 5100).
1051.1Sjonathaninclude 	"arch/pmax/conf/builtin.3100"
1061.1Sjonathan
1071.1Sjonathan########################################################################
1081.1Sjonathan# SCSI configuration                                                   #
1091.1Sjonathan########################################################################
1101.1Sjonathan
1111.1Sjonathanoldscsibus*	at sii?
1121.1Sjonathanoldscsibus*	at asc?
1131.1Sjonathan#
1141.1Sjonathan# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
1151.1Sjonathan#
1161.1Sjonathaninclude 	"arch/pmax/conf/scsi.pmax"
1171.1Sjonathan#include	"arch/pmax/conf/mi.scsi"		# not yet supported
1181.1Sjonathan
1191.1Sjonathan
1201.1Sjonathan########################################################################
1211.1Sjonathan###                        Pseudo-devices                            ###
1221.1Sjonathan########################################################################
1231.1Sjonathan
1241.1Sjonathanpseudo-device	sl		 4	# serial-line IP ports
1251.1Sjonathanpseudo-device   ppp              2      # serial-line IP ports
1261.1Sjonathanpseudo-device	pty		64	# pseudo ptys
1271.1Sjonathanpseudo-device	bpfilter	16	# packet filter ports
1281.1Sjonathanpseudo-device	loop
1291.1Sjonathan#pseudo-device	vnd		4	# virtual disk ick
1301.1Sjonathanpseudo-device   ccd             4       # concatenated disks
1311.1Sjonathan
1321.1Sjonathan#pseudo-device	ether			# From old config. what does it mean?
1331.1Sjonathanpseudo-device	rasterconsole	1 	# NB: raster console requires "fb"
1341.1Sjonathanpseudo-device	fb		1	# up to 3 framebuffers
135