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