INSTALL revision 1.2
1#
2# Distribution root-on-NFS  network install kernel (any  model)
3#    root on NFS  to boot diskless for installation,
4#    disk drivers for labelling disks and installation on local disk.
5#
6# 	$NetBSD: INSTALL,v 1.2 1996/11/16 23:10:51 jonathan Exp $
7#
8include		"arch/pmax/conf/std.pmax"
9
10maxusers	8
11
12options		MIPS1			# R2000/R3000 support
13#options	MIPS3			# R4000/R4400 support (not finished)
14
15
16# Support for specific models of DECstation
17options		DS3100			# PMAX (kn01) DECstation 2100, 3100
18options		DS5000_25		# MAXINE (kn02ca/xine) support
19options		DS5000_100		# 3MIN (kn02ba/kmin) support
20options		DS5000_200		# 3MAX (kn02) support
21options		DS5000_240		# 3MAXPLUS (kn03) support
22
23
24
25
26# You need to set this locally, but it doesn't do much outside the kernel.
27# Set up /etc/localtime instead.
28options		TIMEZONE=0		# minutes west of GMT (for)
29options		DST=0			# use daylight savings rules
30
31
32# Standard system options
33#options	DIAGNOSTIC		# extra kernel debugging checks
34#options	DEBUG			# extra kernel debugging support
35#options	"COMPAT_43"		# compatibility with 4.3BSD binaries
36#options	KTRACE			# system call tracing support
37options		"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
38#options	KGDB			# support for kernel gdb
39#options	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
40#options	"KGDBDEV=15*256+0"	# device for kernel gdb
41
42options		NTP			# network time protocol
43#options	UCONSOLE		# users can redirect console (unsafe)
44
45# Filesystem options
46options		FIFO		# POSIX fifo support (in all filesystems)
47options		FFS,QUOTA	# fast filesystem with user and group quotas
48#options	MFS		# memory-based filesystem
49options		NFSCLIENT	# Sun NFS-compatible filesystem (client)
50#options	NFSSERVER	# Sun NFS-compatible filesystem (server)
51options		KERNFS		# kernel data-structure filesystem
52#options	FDESC		# user file descriptor filesystem
53#options	UMAPFS		# uid/gid remapping filesystem
54#options	NULLFS		# null layer filesystem
55#options	UNION
56#options	LFS		# Log-based filesystem (still experimental)
57#options	PORTAL		# portal filesystem (still experimental)
58
59# Networking options
60options		INET		# Internet protocols
61options		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
62#options	GATEWAY		# IP packet forwarding
63#options	MULTICAST	# Multicast support
64#options	MROUTING	# Multicast routing support
65#options	ISO		# OSI networking
66#options	TPIP
67#options	EON
68
69# NetBSD backwards compatibility
70#options	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
71#options	COMPAT_11	# NetBSD 1.1,
72options		COMPAT_12	# Netbsd 1.2 reboot()
73
74
75# pmax specific
76#options	COMPAT_ULTRIX	# ultrix compatibility
77#options	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
78options		"HZ=256"	# RTC rate required
79
80# Note that this configuration is unlikely to work, yet...
81config		nfsnetbsd	root on nfs swap on nfs
82
83########################################################################
84###                   I/O bus and device options                     ###
85########################################################################
86
87# TC bus and supported options. (All but PMAXes have a turbochannel.)
88include 	"arch/pmax/conf/tc.std"
89
90# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
91include 	"arch/pmax/conf/builtin.ioasic"
92
93# MAXINE-only ioasic baseboard devices and on-baseboard "options"
94include 	"arch/pmax/conf/builtin.maxine"
95
96# 5000/200-only (aka 3MAX aka KN02) baseboard devices.
97# (KN02 has turbochannel but no	IOASIC).
98include 	"arch/pmax/conf/builtin.3max"
99
100# 2100/3100-only (aka PMAX aka KN01) baseboard devices.
101# (may also be present on a 5100).
102include 	"arch/pmax/conf/builtin.3100"
103
104########################################################################
105# SCSI configuration                                                   #
106########################################################################
107
108oldscsibus*	at sii?
109oldscsibus*	at asc?
110#
111# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
112#
113include 	"arch/pmax/conf/scsi.pmax"
114#include	"arch/pmax/conf/mi.scsi"		# not yet supported
115
116
117########################################################################
118###                        Pseudo-devices                            ###
119########################################################################
120
121pseudo-device	sl		 4	# serial-line IP ports
122pseudo-device   ppp              2      # serial-line IP ports
123pseudo-device	pty		64	# pseudo ptys
124pseudo-device	bpfilter	16	# packet filter ports
125pseudo-device	loop
126#pseudo-device	vnd		4	# virtual disk ick
127pseudo-device   ccd             4       # concatenated disks
128
129#pseudo-device	ether			# From old config. what does it mean?
130pseudo-device	rasterconsole	1 	# NB: raster console requires "fb"
131pseudo-device	fb		1	# up to 3 framebuffers
132