INSTALL revision 1.4.2.3 1 1.4.2.3 nathanw # $NetBSD: INSTALL,v 1.4.2.3 2002/04/01 07:38:44 nathanw Exp $
2 1.4.2.2 nathanw #
3 1.4.2.2 nathanw # INSTALL -- NetBSD/acorn32 install configuration
4 1.4.2.2 nathanw #
5 1.4.2.2 nathanw # This machine description file is used to generate the default NetBSD
6 1.4.2.2 nathanw # kernel. The generic kernel does not include all options, subsystems
7 1.4.2.2 nathanw # and device drivers, but should be useful for most applications.
8 1.4.2.2 nathanw #
9 1.4.2.2 nathanw # The machine description file can be customised for your specific
10 1.4.2.2 nathanw # machine to reduce the kernel size and improve its performance.
11 1.4.2.2 nathanw #
12 1.4.2.2 nathanw # For further information on compiling NetBSD kernels, see the config(8)
13 1.4.2.2 nathanw # man page.
14 1.4.2.2 nathanw #
15 1.4.2.2 nathanw # For further information on hardware support for this architecture, see
16 1.4.2.2 nathanw # the intro(4) man page. For further information about kernel options
17 1.4.2.2 nathanw # for this architecture, see the options(4) man page. For an explanation
18 1.4.2.2 nathanw # of each device driver in this file see the section 4 man page for the
19 1.4.2.2 nathanw # device.
20 1.4.2.2 nathanw
21 1.4.2.2 nathanw include "arch/acorn32/conf/std.acorn32"
22 1.4.2.2 nathanw
23 1.4.2.3 nathanw #ident "INSTALL-$Revision: 1.4.2.3 $"
24 1.4.2.2 nathanw
25 1.4.2.2 nathanw # estimated number of users
26 1.4.2.2 nathanw maxusers 32
27 1.4.2.2 nathanw
28 1.4.2.2 nathanw # Standard system options
29 1.4.2.2 nathanw
30 1.4.2.2 nathanw options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
31 1.4.2.2 nathanw #options NTP # NTP phase/frequency locked loop
32 1.4.2.2 nathanw
33 1.4.2.2 nathanw # CPU options
34 1.4.2.2 nathanw options CPU_SA110 # Support the SA110 core
35 1.4.2.2 nathanw options CPU_ARM6 # Support the ARM6 core
36 1.4.2.2 nathanw options CPU_ARM7 # Support the ARM7 core
37 1.4.2.2 nathanw #options CPU_ARM8 # Support the ARM8 core
38 1.4.2.2 nathanw #options ARM6_LATE_ABORT # ARM6XX late abort support
39 1.4.2.2 nathanw
40 1.4.2.2 nathanw # For StrongARM only kernels
41 1.4.2.2 nathanw #makeoptions COPTS="-O2 -march=armv3m -mtune=strongarm"
42 1.4.2.2 nathanw
43 1.4.2.2 nathanw # Architecture options
44 1.4.2.2 nathanw options RISCPC # We are a RiscPC
45 1.4.2.2 nathanw
46 1.4.2.2 nathanw # FPA options
47 1.4.2.2 nathanw #options ARMFPE # ARM Ltd FPE
48 1.4.2.2 nathanw
49 1.4.2.2 nathanw # File systems
50 1.4.2.2 nathanw
51 1.4.2.2 nathanw file-system FFS # UFS
52 1.4.2.2 nathanw #file-system LFS # log-structured file system
53 1.4.2.2 nathanw #file-system MFS # memory file system
54 1.4.2.2 nathanw file-system NFS # Network file system
55 1.4.2.2 nathanw #file-system ADOSFS # AmigaDOS-compatible file system
56 1.4.2.2 nathanw #file-system EXT2FS # second extended file system (linux)
57 1.4.2.2 nathanw file-system CD9660 # ISO 9660 + Rock Ridge file system
58 1.4.2.2 nathanw file-system MSDOSFS # MS-DOS file system
59 1.4.2.2 nathanw #file-system FDESC # /dev/fd
60 1.4.2.2 nathanw file-system FILECORE # Acorn filecore file system
61 1.4.2.2 nathanw file-system KERNFS # /kern
62 1.4.2.2 nathanw #file-system NULLFS # loopback file system
63 1.4.2.2 nathanw #file-system OVERLAY # overlay filesystem
64 1.4.2.2 nathanw #file-system PORTAL # portal filesystem (still experimental)
65 1.4.2.2 nathanw #file-system PROCFS # /proc
66 1.4.2.2 nathanw #file-system UMAPFS # NULLFS + uid and gid remapping
67 1.4.2.2 nathanw #file-system UNION # union file system
68 1.4.2.2 nathanw
69 1.4.2.2 nathanw # File system options
70 1.4.2.2 nathanw #options QUOTA # UFS quotas
71 1.4.2.2 nathanw #options FFS_EI # FFS Endian Independant support
72 1.4.2.2 nathanw #options SOFTDEP # FFS soft updates support.
73 1.4.2.2 nathanw #options NFSSERVER
74 1.4.2.2 nathanw
75 1.4.2.2 nathanw # Networking options
76 1.4.2.2 nathanw
77 1.4.2.2 nathanw #options GATEWAY # packet forwarding
78 1.4.2.2 nathanw options INET # IP + ICMP + TCP + UDP
79 1.4.2.2 nathanw #options INET6 # IPV6
80 1.4.2.2 nathanw #options IPSEC # IP security
81 1.4.2.2 nathanw #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
82 1.4.2.2 nathanw #options IPSEC_DEBUG # debug for IP security
83 1.4.2.2 nathanw #options MROUTING # IP multicast routing
84 1.4.2.2 nathanw #options NS # XNS
85 1.4.2.2 nathanw #options NSIP # XNS tunneling over IP
86 1.4.2.2 nathanw #options ISO,TPIP # OSI
87 1.4.2.2 nathanw #options EON # OSI tunneling over IP
88 1.4.2.2 nathanw #options CCITT,LLC,HDLC # X.25
89 1.4.2.2 nathanw #options NETATALK # AppleTalk networking
90 1.4.2.2 nathanw #options PFIL_HOOKS # pfil(9) packet filter hooks
91 1.4.2.2 nathanw #options PPP_BSDCOMP # BSD-Compress compression support for PPP
92 1.4.2.2 nathanw #options PPP_DEFLATE # Deflate compression support for PPP
93 1.4.2.2 nathanw #options PPP_FILTER # Active filter support for PPP (requires bpf)
94 1.4.2.2 nathanw #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
95 1.4.2.2 nathanw
96 1.4.2.2 nathanw # Compatibility options
97 1.4.2.2 nathanw
98 1.4.2.2 nathanw #options COMPAT_43 # 4.3BSD compatibility.
99 1.4.2.2 nathanw options COMPAT_15 # NetBSD 1.5 compatibility.
100 1.4.2.2 nathanw options COMPAT_14 # NetBSD 1.4 compatibility.
101 1.4.2.2 nathanw options COMPAT_13 # NetBSD 1.3 compatibility.
102 1.4.2.2 nathanw options COMPAT_12 # NetBSD 1.2 compatibility.
103 1.4.2.2 nathanw #options COMPAT_11 # NetBSD 1.1 compatibility.
104 1.4.2.2 nathanw #options COMPAT_10 # NetBSD 1.0 compatibility.
105 1.4.2.2 nathanw #options COMPAT_09 # NetBSD 0.9 compatibility.
106 1.4.2.2 nathanw #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
107 1.4.2.2 nathanw
108 1.4.2.2 nathanw # Shared memory options
109 1.4.2.2 nathanw
110 1.4.2.2 nathanw #options SYSVMSG # System V-like message queues
111 1.4.2.2 nathanw #options SYSVSEM # System V-like semaphores
112 1.4.2.2 nathanw #options SEMMNI=10 # number of semaphore identifiers
113 1.4.2.2 nathanw #options SEMMNS=60 # number of semaphores in system
114 1.4.2.2 nathanw #options SEMUME=10 # max number of undo entries per process
115 1.4.2.2 nathanw #options SEMMNU=30 # number of undo structures in system
116 1.4.2.2 nathanw #options SYSVSHM # System V-like memory sharing
117 1.4.2.2 nathanw #options SHMMAXPGS=1024 # 1024 pages is the default
118 1.4.2.2 nathanw
119 1.4.2.2 nathanw # Device options
120 1.4.2.2 nathanw
121 1.4.2.2 nathanw options MEMORY_DISK_HOOKS # boottime setup of ramdisk
122 1.4.2.3 nathanw options MEMORY_DISK_SIZE=4100 # Size in blocks
123 1.4.2.2 nathanw options MEMORY_DISK_IS_ROOT # use memory disk as root
124 1.4.2.2 nathanw
125 1.4.2.2 nathanw # Miscellaneous kernel options
126 1.4.2.2 nathanw #options KTRACE # system call tracing, a la ktrace(1)
127 1.4.2.2 nathanw #options IRQSTATS # manage IRQ statistics
128 1.4.2.2 nathanw #options LKM # loadable kernel modules
129 1.4.2.2 nathanw #options KMEMSTATS # kernel memory statistics
130 1.4.2.2 nathanw #options SCSIVERBOSE # Verbose SCSI errors
131 1.4.2.2 nathanw options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
132 1.4.2.2 nathanw
133 1.4.2.2 nathanw # Development and Debugging options
134 1.4.2.2 nathanw
135 1.4.2.2 nathanw #options ARM700BUGTRACK # track the ARM700 swi bug
136 1.4.2.2 nathanw #options PORTMASTER # Enable PortMaster only options
137 1.4.2.2 nathanw options DIAGNOSTIC # internal consistency checks
138 1.4.2.2 nathanw #options PMAP_DEBUG # Enable pmap_debug_level code
139 1.4.2.2 nathanw #options IPKDB # remote kernel debugging
140 1.4.2.2 nathanw options DDB # in-kernel debugger
141 1.4.2.2 nathanw #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
142 1.4.2.2 nathanw #makeoptions DEBUG="-g" # compile full symbol table
143 1.4.2.2 nathanw
144 1.4.2.2 nathanw config netbsd root on ? type ffs
145 1.4.2.2 nathanw
146 1.4.2.2 nathanw # serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
147 1.4.2.2 nathanw # this really be fixed some day
148 1.4.2.2 nathanw #options COMCONSOLE,CONADDR="0x210000+4*0x3f8",CONUNIT=0,CONSPEED=9600
149 1.4.2.2 nathanw
150 1.4.2.2 nathanw # The main bus device
151 1.4.2.2 nathanw mainbus0 at root
152 1.4.2.2 nathanw
153 1.4.2.2 nathanw # The boot cpu
154 1.4.2.2 nathanw cpu0 at mainbus?
155 1.4.2.2 nathanw
156 1.4.2.2 nathanw # The IOMD
157 1.4.2.2 nathanw iomd0 at mainbus?
158 1.4.2.2 nathanw
159 1.4.2.2 nathanw # system clock via IOMD
160 1.4.2.2 nathanw clock* at iomd?
161 1.4.2.2 nathanw
162 1.4.2.2 nathanw # IIC bus device
163 1.4.2.2 nathanw iic* at iomd?
164 1.4.2.2 nathanw
165 1.4.2.2 nathanw # RTC device via IIC bus
166 1.4.2.2 nathanw rtc* at iic? addr 0xa0
167 1.4.2.2 nathanw
168 1.4.2.2 nathanw # time-of-day device via rtc device
169 1.4.2.2 nathanw todclock0 at rtc?
170 1.4.2.2 nathanw
171 1.4.2.2 nathanw # VIDC device
172 1.4.2.2 nathanw vidc0 at mainbus?
173 1.4.2.2 nathanw
174 1.4.2.2 nathanw # WSCONS
175 1.4.2.2 nathanw # ws console uses DUMB, SUN or VT100 terminal emulation
176 1.4.2.2 nathanw #options WSEMUL_NODUMB
177 1.4.2.2 nathanw #options WSEMUL_SUN
178 1.4.2.2 nathanw options WSEMUL_VT100
179 1.4.2.2 nathanw
180 1.4.2.2 nathanw #options WSDISPLAY_COMPAT_RAWKBD
181 1.4.2.2 nathanw
182 1.4.2.2 nathanw #options FONT_BOLD8x16
183 1.4.2.2 nathanw #options FONT_GALLANT12x22 # Very nice font
184 1.4.2.2 nathanw #options FONT_LUCIDA16x29
185 1.4.2.2 nathanw #options FONT_OMRON12x20 # looks funny
186 1.4.2.2 nathanw #options FONT_QVSS8x15 # broken ?
187 1.4.2.2 nathanw options FONT_SONY12x25 # looks like VT220 font
188 1.4.2.3 nathanw #options FONT_SONY8x16 # not tested
189 1.4.2.2 nathanw #options FONT_VT220L8x8 # 8x8 font as in Arch. cons
190 1.4.2.2 nathanw #options FONT_VT220L8x16 # 8x(2x8) font as in Arch. cons
191 1.4.2.2 nathanw #options FONT_VT220L8x10 # not tested
192 1.4.2.2 nathanw #options FONT_VT220L8x20 # not tested
193 1.4.2.2 nathanw
194 1.4.2.2 nathanw vidcvideo0 at vidc? # wscons driver for VIDC
195 1.4.2.2 nathanw wsdisplay* at vidcvideo? console ? # display itself
196 1.4.2.2 nathanw
197 1.4.2.2 nathanw rpckbd* at iomd? # based on old `kbd' driver
198 1.4.2.2 nathanw wskbd* at rpckbd? # wskbd on RiscPC keyboard
199 1.4.2.2 nathanw
200 1.4.2.2 nathanw wsqms* at iomd? # ws quadmouse driver
201 1.4.2.2 nathanw wsmouse* at wsqms? # wsmouse on ws quadmouse
202 1.4.2.2 nathanw
203 1.4.2.2 nathanw pseudo-device wsmux
204 1.4.2.2 nathanw
205 1.4.2.2 nathanw # The origional vidcconsole :
206 1.4.2.2 nathanw # vidcconsole kbd at IOMD
207 1.4.2.2 nathanw # vidcconsole PS2 mouse at IOMD
208 1.4.2.2 nathanw #vidcconsole0 at vidc? # display + vt100 emulation
209 1.4.2.2 nathanw #kbd* at iomd? # PS/2 keyboard for vidcconsole
210 1.4.2.2 nathanw #qms* at iomd? # RiscPC mouse for vidcconsole
211 1.4.2.2 nathanw #opms* at iomd? # A7000/NC? mouse for vidcconsole
212 1.4.2.2 nathanw
213 1.4.2.2 nathanw # generic VT console device
214 1.4.2.2 nathanw #vt0 at vidc?
215 1.4.2.2 nathanw #vt1 at vidc?
216 1.4.2.2 nathanw #vt2 at vidc?
217 1.4.2.2 nathanw #vt3 at vidc?
218 1.4.2.2 nathanw #vt4 at vidc?
219 1.4.2.2 nathanw #vt5 at vidc?
220 1.4.2.2 nathanw
221 1.4.2.2 nathanw
222 1.4.2.2 nathanw # Peripheral IO Controller
223 1.4.2.2 nathanw pioc0 at mainbus? base 0x00210000
224 1.4.2.2 nathanw
225 1.4.2.2 nathanw # IDE disk controller
226 1.4.2.2 nathanw wdc0 at pioc? offset 0x01f0 irq 9
227 1.4.2.2 nathanw #wdc* at pioc? offset 0x0170 irq -1
228 1.4.2.2 nathanw wd* at wdc? channel ? drive ?
229 1.4.2.2 nathanw atapibus* at wdc? channel ?
230 1.4.2.2 nathanw cd* at atapibus? drive ?
231 1.4.2.2 nathanw sd* at atapibus? drive ?
232 1.4.2.2 nathanw
233 1.4.2.2 nathanw # Floppy disk controller
234 1.4.2.2 nathanw fdc* at pioc? offset 0x03f0 irq 12 dack 0x2000
235 1.4.2.2 nathanw fdc* at pioc? offset 0x0370 irq -1 dack 0x2000
236 1.4.2.2 nathanw fd0 at fdc? drive ?
237 1.4.2.2 nathanw
238 1.4.2.2 nathanw # Serial ports
239 1.4.2.2 nathanw com* at pioc? offset 0x03f8 irq 10
240 1.4.2.2 nathanw #com* at pioc? offset 0x02f8 irq -1
241 1.4.2.2 nathanw #com* at pioc? offset 0x0338 irq -1
242 1.4.2.2 nathanw #com* at pioc? offset 0x0238 irq -1
243 1.4.2.2 nathanw
244 1.4.2.2 nathanw # Parallel ports
245 1.4.2.2 nathanw lpt* at pioc? offset 0x0278 irq 0
246 1.4.2.2 nathanw #lpt* at pioc? offset 0x0378 irq -1
247 1.4.2.2 nathanw #lpt* at pioc? offset 0x03bc irq -1
248 1.4.2.2 nathanw
249 1.4.2.2 nathanw # Crude sound device
250 1.4.2.2 nathanw beep0 at vidc?
251 1.4.2.2 nathanw
252 1.4.2.2 nathanw # Audio device
253 1.4.2.2 nathanw vidcaudio0 at vidc?
254 1.4.2.2 nathanw audio* at vidcaudio0
255 1.4.2.2 nathanw
256 1.4.2.2 nathanw # System beep
257 1.4.2.2 nathanw sysbeep0 at vidc?
258 1.4.2.2 nathanw
259 1.4.2.2 nathanw # Podule bus device
260 1.4.2.2 nathanw podulebus0 at root
261 1.4.2.2 nathanw
262 1.4.2.2 nathanw asc* at podulebus? # Acorn SCSI card
263 1.4.2.2 nathanw scsibus* at asc?
264 1.4.2.2 nathanw
265 1.4.2.2 nathanw cosc* at podulebus? # MCS Connect32 SCSI II card
266 1.4.2.2 nathanw scsibus* at cosc?
267 1.4.2.2 nathanw
268 1.4.2.2 nathanw ptsc* at podulebus? # Power-Tec SCSI II card
269 1.4.2.2 nathanw scsibus* at ptsc?
270 1.4.2.2 nathanw
271 1.4.2.2 nathanw #csc* at podulebus? # Cumana SCSI II card
272 1.4.2.2 nathanw #scsibus* at csc? # Not currently working
273 1.4.2.2 nathanw
274 1.4.2.2 nathanw oak* at podulebus? # Oak SCSI I card
275 1.4.2.2 nathanw scsibus* at oak?
276 1.4.2.2 nathanw
277 1.4.2.2 nathanw csa* at podulebus? # Cumana SCSI I adpater
278 1.4.2.2 nathanw scsibus* at csa?
279 1.4.2.2 nathanw
280 1.4.2.2 nathanw hcsc* at podulebus0 slot ? # HCCS 8-bit SCSI interface
281 1.4.2.2 nathanw scsibus* at hcsc?
282 1.4.2.2 nathanw
283 1.4.2.2 nathanw sd* at scsibus? target ? lun ? # SCSI disk drives
284 1.4.2.2 nathanw st* at scsibus? target ? lun ? # SCSI tape drives
285 1.4.2.2 nathanw cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
286 1.4.2.2 nathanw #ch* at scsibus? target ? lun ? # SCSI auto-changers
287 1.4.2.2 nathanw #uk* at scsibus? target ? lun ? # SCSI unknown device
288 1.4.2.2 nathanw #ss* at scsibus? target ? lun ? # SCSI scanner
289 1.4.2.2 nathanw
290 1.4.2.2 nathanw dtide* at podulebus? # D.T. Software IDE card
291 1.4.2.2 nathanw wd* at dtide? channel ? drive ?
292 1.4.2.2 nathanw atapibus* at dtide? channel ?
293 1.4.2.2 nathanw
294 1.4.2.2 nathanw hcide* at podulebus? # HCCS IDE card
295 1.4.2.2 nathanw wd* at hcide? channel ? drive ?
296 1.4.2.2 nathanw atapibus* at hcide? channel ?
297 1.4.2.2 nathanw
298 1.4.2.2 nathanw icside* at podulebus? # ICS IDE card
299 1.4.2.2 nathanw wd* at icside? channel ? drive ?
300 1.4.2.2 nathanw atapibus* at icside? channel ?
301 1.4.2.2 nathanw
302 1.4.2.2 nathanw rapide* at podulebus? # Yellowstone RapIDE card
303 1.4.2.2 nathanw wd* at rapide? channel ? drive ?
304 1.4.2.2 nathanw atapibus* at rapide? channel ?
305 1.4.2.2 nathanw
306 1.4.2.2 nathanw simide* at podulebus? # Simtec IDE card
307 1.4.2.2 nathanw wd* at simide? channel ? drive ?
308 1.4.2.2 nathanw atapibus* at simide? channel ?
309 1.4.2.2 nathanw
310 1.4.2.2 nathanw amps* at podulebus? # Atomwide Multi-Port Serial card
311 1.4.2.2 nathanw com* at amps?
312 1.4.2.2 nathanw
313 1.4.2.2 nathanw ie* at podulebus? # Ether1 podules
314 1.4.2.2 nathanw ea* at podulebus? # Ether3 podules
315 1.4.2.2 nathanw eb0 at podulebus? # EtherB network slot cards
316 1.4.2.2 nathanw ne* at podulebus? # NE2000 clone cards
317 1.4.2.2 nathanw
318 1.4.2.2 nathanw pseudo-device loop 1 # network loopback
319 1.4.2.2 nathanw #pseudo-device bpfilter 8 # packet filter
320 1.4.2.2 nathanw #pseudo-device sl 2 # CSLIP
321 1.4.2.2 nathanw #pseudo-device ppp 2 # PPP
322 1.4.2.2 nathanw #pseudo-device pppoe # PPP over Ethernet (RFC 2516)
323 1.4.2.2 nathanw #pseudo-device tun 2 # network tunneling over tty
324 1.4.2.2 nathanw #pseudo-device gre 2 # generic L3 over IP tunnel
325 1.4.2.2 nathanw #pseudo-device ipfilter 1 # ip filter
326 1.4.2.2 nathanw #pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
327 1.4.2.2 nathanw #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
328 1.4.2.2 nathanw #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
329 1.4.2.2 nathanw #pseudo-device strip 4 # STarmode Radio IP (Metricon Ricochet)
330 1.4.2.2 nathanw #pseudo-device vlan # IEEE 802.1q encapsulation
331 1.4.2.2 nathanw #pseudo-device bridge # simple inter-network bridging
332 1.4.2.2 nathanw pseudo-device pty # pseudo-terminals
333 1.4.2.2 nathanw #pseudo-device tb 1 # tablet line discipline
334 1.4.2.2 nathanw pseudo-device vnd 4 # disk-like interface to files
335 1.4.2.2 nathanw pseudo-device ccd 2 # concatenated disk devices
336 1.4.2.2 nathanw #pseudo-device raid 8 # RAIDframe disk driver
337 1.4.2.2 nathanw #options RAID_AUTOCONFIG # auto-configuration of RAID components
338 1.4.2.2 nathanw # Options to enable various other RAIDframe RAID types.
339 1.4.2.2 nathanw # options RF_INCLUDE_EVENODD=1
340 1.4.2.2 nathanw # options RF_INCLUDE_RAID5_RS=1
341 1.4.2.2 nathanw # options RF_INCLUDE_PARITYLOGGING=1
342 1.4.2.2 nathanw # options RF_INCLUDE_CHAINDECLUSTER=1
343 1.4.2.2 nathanw # options RF_INCLUDE_INTERDECLUSTER=1
344 1.4.2.2 nathanw # options RF_INCLUDE_PARITY_DECLUSTERING=1
345 1.4.2.2 nathanw # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
346 1.4.2.2 nathanw pseudo-device md 1 # Ramdisk driver
347 1.4.2.2 nathanw pseudo-device rnd # /dev/random and in-kernel generator
348 1.4.2.2 nathanw
349 1.4.2.2 nathanw makeoptions MONITOR="Taxan875+LR"
350 1.4.2.2 nathanw #makeoptions MONITOR="AKF60"
351 1.4.2.2 nathanw makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
352