INSTALL revision 1.7 1 # $NetBSD: INSTALL,v 1.7 1997/08/20 04:21:35 jonathan Exp $
2 #
3 # Distribution root-on-NFS network install kernel (any model)
4 # root on NFS to boot diskless for installation,
5 # disk drivers for labelling disks and installation on local disk.
6 #
7 # Kernel must be under 1Mbyte to boot on 3100s with old PROMs.
8 #
9 #
10 include "arch/pmax/conf/std.pmax"
11
12 maxusers 8
13
14 options MIPS1 # R2000/R3000 support
15 options MIPS3 # R4000/R4400 support
16
17
18 # Support for specific models of DECstation
19 options DS3100 # PMAX (kn01) DECstation 2100, 3100
20 options DS5000_25 # MAXINE (kn02ca/xine) support
21 options DS5000_100 # 3MIN (kn02ba/kmin) support
22 options DS5000_200 # 3MAX (kn02) support
23 options DS5000_240 # 3MAXPLUS (kn03) support
24
25
26 # Standard system options
27 #options DIAGNOSTIC # extra kernel debugging checks
28 #options DEBUG # extra kernel debugging support
29 #options "COMPAT_43" # compatibility with 4.3BSD binaries
30 #options KTRACE # system call tracing support
31 #options LKM # loadable kernel modules
32
33
34 options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
35
36 #options NTP # network time protocol
37 #options UCONSOLE # users can redirect console (unsafe)
38
39
40 # Filesystem options
41 file-system FFS # BSD fast filesystem
42 file-system NFS # Sun NFS-compatible filesystem (client)
43 file-system KERNFS # kernel data-structure filesystem
44
45 options FIFO # POSIX fifo support (in all filesystems)
46
47
48 # Networking options
49 options INET # Internet protocols
50 options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
51
52
53 # pmax specific
54 options "HZ=256" # RTC rate required
55
56 config netbsd root on ? type ?
57 config nfsnetbsd root on ? type nfs
58
59
60
61 ########################################################################
62 ### I/O bus and device options ###
63 ########################################################################
64
65 # TC bus and supported options. (All but PMAXes have a turbochannel.)
66 include "arch/pmax/conf/tc.std"
67
68 # ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
69 include "arch/pmax/conf/builtin.ioasic"
70
71 # MAXINE-only ioasic baseboard devices and on-baseboard "options"
72 include "arch/pmax/conf/builtin.maxine"
73
74 # 5000/200-only (aka 3MAX aka KN02) baseboard devices.
75 # (KN02 has turbochannel but no IOASIC).
76 include "arch/pmax/conf/builtin.3max"
77
78 # 2100/3100-only (aka PMAX aka KN01) baseboard devices.
79 # (may also be present on a 5100).
80 include "arch/pmax/conf/builtin.3100"
81
82 ########################################################################
83 # SCSI configuration #
84 ########################################################################
85
86 oldscsibus* at sii?
87 oldscsibus* at asc?
88 #
89 # SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
90 #
91 include "arch/pmax/conf/scsi.pmax"
92 #include "arch/pmax/conf/mi.scsi" # not yet supported
93
94
95 ########################################################################
96 ### Pseudo-devices ###
97 ########################################################################
98
99 pseudo-device pty 64 # pseudo ptys
100 pseudo-device bpfilter 16 # packet filter ports
101 pseudo-device loop
102 pseudo-device ccd 4 # concatenated disks
103
104 pseudo-device rasterconsole 1 # NB: raster console requires "fb"
105 pseudo-device fb 1 # only 1 framebuffer supported
106