INSTALL revision 1.50 1 # $NetBSD: INSTALL,v 1.50 2012/08/17 20:11:40 abs Exp $
2 #
3 # INSTALL
4
5 include "arch/mac68k/conf/std.mac68k"
6
7 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
8
9 makeoptions COPTS="-Os" # Optimise for space. Implies -O2
10
11 maxusers 8 # estimated number of users
12
13 # Enable the hooks used for initializing the ram-disk.
14 options MEMORY_DISK_HOOKS
15 options MEMORY_DISK_IS_ROOT # Force root on ram-disk
16 options MEMORY_DISK_ROOT_SIZE=5120 # 2.5 MB
17 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
18
19 # CPU support. At least one is REQUIRED.
20 options M68040
21 options M68030
22 options M68020 # Note: must have 68851 PMMU
23
24 # CPU-related options.
25 options FPSP
26 options FPU_EMULATE
27
28 # Standard system options
29
30 options INSECURE # disable kernel security levels
31
32 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
33
34 options USERCONF # userconf(4) support
35 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
36 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
37
38 # Diagnostic/debugging support options - XXX remove these at some point
39 options DIAGNOSTIC # cheap kernel consistency checks
40 options DDB # in-kernel debugger
41 #options ADB_DEBUG # ADB debugging
42
43 # Compatibility options
44 options COMPAT_10 # NetBSD 1.0,
45 options COMPAT_11 # NetBSD 1.1,
46 options COMPAT_12 # NetBSD 1.2,
47 options COMPAT_13 # NetBSD 1.3,
48 options COMPAT_14 # NetBSD 1.4,
49 options COMPAT_15 # NetBSD 1.5,
50 options COMPAT_16 # NetBSD 1.6,
51 options COMPAT_20 # NetBSD 2.0,
52 options COMPAT_30 # NetBSD 3.0,
53 options COMPAT_40 # NetBSD 4.0,
54 options COMPAT_50 # NetBSD 5.0 compatibility.
55 options COMPAT_43 # and 4.3BSD
56 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
57
58 # File systems
59 file-system FFS # UFS
60 file-system NFS # Network File System client
61 file-system CD9660 # ISO 9660 + Rock Ridge file system
62 file-system MSDOSFS # MS-DOS file system
63 file-system KERNFS # /kern
64 #file-system PTYFS # /dev/pts/N support
65
66 # Filesystem options
67 #options NFS_V2_ONLY # Exclude NFS3 code to save space
68 options FFS_NO_SNAPSHOT # No FFS snapshot support
69 options WAPBL # File system journaling support
70
71 # Networking options
72 options INET # IP + ICMP + TCP + UDP
73
74 # These options enable verbose messages for several subsystems.
75 # Warning, these may compile large string tables into the kernel!
76 options SCSIVERBOSE # human readable SCSI error messages
77
78 # wscons options
79 #options WSEMUL_SUN # sun terminal emulation
80 options WSEMUL_VT100 # VT100 / VT220 emulation
81 options WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
82 options WSDISPLAY_DEFAULTSCREENS=1
83 #options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
84
85 # rcons options; note that 1-bit and 8-bit displays are supported by default.
86 options RCONS_2BPP # Support for 2-bit display
87 options RCONS_4BPP # Support for 4-bit display
88 options RCONS_16BPP # Support for 16-bit display
89
90 # Mac-specific options
91 #options DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
92 #options MRG_ADB # Use ROM-based ADB driver
93 options ZS_CONSOLE_ABORT
94
95 options NFS_BOOT_DHCP
96
97 # Kernel root file system and dump configuration.
98 config netbsd root on ? type ?
99
100 #
101 # Device configuration
102 #
103
104 mainbus0 at root
105
106
107 # Basic Bus Support
108
109 # On-board I/O bus support
110 obio0 at mainbus?
111
112 # NuBus support
113 nubus0 at mainbus?
114
115
116 # Console Devices
117
118 # Apple Desktop Bus interface
119 adb0 at obio?
120 aed* at adb? # ADB event device
121 akbd* at adb? # ADB keyboard
122 ams* at adb? # ADB mouse
123
124 # Basic frame buffer support
125 intvid0 at obio? # Internal video hardware
126 macvid* at nubus? # NuBus video card
127
128 # Device-independent frame buffer interface
129 macfb* at intvid?
130 macfb* at macvid?
131
132 # Workstation Console devices
133 wsdisplay0 at macfb? console ?
134 wskbd0 at akbd? console ?
135 wsmouse0 at ams?
136
137
138 # Serial Devices
139
140 # On-board serial interface
141 zsc0 at obio?
142 zstty* at zsc? channel ?
143
144
145 # SCSI Controllers and Devices
146
147 # SCSI controllers
148 # XXX - use only one of ncrscsi or sbc
149 ncrscsi0 at obio? addr 0 # SCSI NCR 5380
150 #sbc0 at obio? addr 0 flags 0x1 # MI SCSI NCR 5380
151 esp0 at obio? addr 0 # SCSI NCR 53C9x
152 esp1 at obio? addr 1 # SCSI NCR 53C9x
153
154 # SCSI bus support
155 scsibus* at scsi?
156
157 # SCSI devices
158 sd* at scsibus? target ? lun ? # SCSI disk drives
159 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
160 st* at scsibus? target ? lun ? # SCSI tape drives
161
162 # IDE controller and devices
163 wdc* at obio? flags 0x1000
164 atabus* at ata?
165 wd* at atabus? drive ?
166
167
168 # Miscellaneous mass storage devices
169
170 # IWM floppy disk controller
171 iwm0 at obio? # Sony driver (800K GCR)
172 fd* at iwm? drive ?
173
174
175 # Network Interfaces
176
177 # On-board Ethernet controllers
178 sn* at obio? # SONIC-based (DP83932, DP83916)
179 mc* at obio? # MACE-based
180
181 # NuBus Ethernet controllers
182 ae* at nubus? # DP8390-based
183 sn* at nubus? # SONIC-based (DP83932, DP83916)
184 sm* at nubus? # SMC-based
185 netdock* at nubus? # Asante NetDock, Newer Ether MicroDock
186
187 nsphy* at mii? phy ?
188 ukphy* at mii? phy ?
189
190 # Audio Devices
191
192 # On-board audio hardware
193 asc0 at obio? # ASC/EASC audio
194
195 # Pseudo-Devices
196
197 # disk/mass storage pseudo-devices
198 pseudo-device md # memory disk device (ramdisk)
199 #pseudo-device fss # file system snapshot device
200
201 # network pseudo-devices
202 pseudo-device loop 1 # network loopback
203 pseudo-device ppp # Point-to-Point Protocol
204 pseudo-device sl # Serial Line IP
205
206 # miscellaneous pseudo-devices
207 pseudo-device bpfilter # Berkeley packet filter
208 pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
209
210