INSTALLSBC revision 1.14.2.9 1 # $NetBSD: INSTALLSBC,v 1.14.2.9 2005/11/10 13:57:13 skrll Exp $
2 #
3 # INSTALLSBC
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
18 # CPU support. At least one is REQUIRED.
19 options M68040
20 options M68030
21 options M68020 # Note: must have 68851 PMMU
22
23 # CPU-related options.
24 options FPSP
25 options FPU_EMULATE
26
27 # Standard system options
28
29 options INSECURE # disable kernel security levels
30
31 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
32
33 options USERCONF # userconf(4) support
34 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
35 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
36 options MALLOC_NOINLINE # Not inlining MALLOC saves memory
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_43 # and 4.3BSD
52 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
53
54 # File systems
55 file-system FFS # UFS
56 file-system NFS # Network File System client
57 file-system CD9660 # ISO 9660 + Rock Ridge file system
58 file-system MSDOSFS # MS-DOS file system
59 file-system KERNFS # /kern
60 #file-system PTYFS # /dev/pts/N support
61
62 # Filesystem options
63 #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
64 options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
65 options FFS_NO_SNAPSHOT # ffs snapshots
66
67 # Networking options
68 options INET # IP + ICMP + TCP + UDP
69
70 # These options enable verbose messages for several subsystems.
71 # Warning, these may compile large string tables into the kernel!
72 options SCSIVERBOSE # human readable SCSI error messages
73
74 # wscons options
75 #options WSEMUL_SUN # sun terminal emulation
76 options WSEMUL_VT100 # VT100 / VT220 emulation
77 options WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
78
79 # rcons options; note that 1-bit and 8-bit displays are supported by default.
80 options RCONS_2BPP # Support for 2-bit display
81 options RCONS_4BPP # Support for 4-bit display
82 options RCONS_16BPP # Support for 16-bit display
83
84 # Mac-specific options
85 #options DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
86 #options MRG_ADB # Use ROM-based ADB driver
87 options ZS_CONSOLE_ABORT
88
89 options NFS_BOOT_DHCP
90
91 # Kernel root file system and dump configuration.
92 config netbsd root on ? type ?
93
94 #
95 # Device configuration
96 #
97
98 mainbus0 at root
99
100 fpu0 at mainbus? # Floating-Point Coprocessor support
101
102
103 # Basic Bus Support
104
105 # On-board I/O bus support
106 obio0 at mainbus?
107
108 # NuBus support
109 nubus0 at mainbus?
110
111
112 # Console Devices
113
114 # Apple Desktop Bus interface
115 adb0 at obio?
116 aed* at adb? # ADB event device
117 akbd* at adb? # ADB keyboard
118 ams* at adb? # ADB mouse
119
120 # Basic frame buffer support
121 intvid0 at obio? # Internal video hardware
122 macvid* at nubus? # NuBus video card
123
124 # Device-independent frame buffer interface
125 macfb* at intvid?
126 macfb* at macvid?
127
128 # Workstation Console devices
129 wsdisplay0 at macfb? console ?
130 wskbd0 at akbd? console ?
131 wsmouse0 at ams?
132
133
134 # Serial Devices
135
136 # On-board serial interface
137 zsc0 at obio?
138 zstty* at zsc? channel ?
139
140
141 # SCSI Controllers and Devices
142
143 # SCSI controllers
144 # XXX - use only one of ncrscsi or sbc
145 #ncrscsi0 at obio? addr 0 # SCSI NCR 5380
146 sbc0 at obio? addr 0 flags 0x1 # MI SCSI NCR 5380
147 esp0 at obio? addr 0 # SCSI NCR 53C9x
148 esp1 at obio? addr 1 # SCSI NCR 53C9x
149
150 # SCSI bus support
151 scsibus* at scsi?
152
153 # SCSI devices
154 sd* at scsibus? target ? lun ? # SCSI disk drives
155 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
156 st* at scsibus? target ? lun ? # SCSI tape drives
157
158 # IDE controller and devices
159 wdc* at obio? flags 0x1000
160 atabus* at ata?
161 wd* at atabus? drive ?
162
163
164 # Miscellaneous mass storage devices
165
166 # IWM floppy disk controller
167 iwm0 at obio? # Sony driver (800K GCR)
168 fd* at iwm? drive ?
169
170
171 # Network Interfaces
172
173 # On-board Ethernet controllers
174 sn* at obio? # SONIC-based (DP83932, DP83916)
175 mc* at obio? # MACE-based
176
177 # NuBus Ethernet controllers
178 ae* at nubus? # DP8390-based
179 sn* at nubus? # SONIC-based (DP83932, DP83916)
180 sm* at nubus? # SMC-based
181 netdock* at nubus? # Asante NetDock, Newer Ether MicroDock
182
183 nsphy* at mii? phy ?
184 ukphy* at mii? phy ?
185
186 # Audio Devices
187
188 # On-board audio hardware
189 asc0 at obio? # ASC/EASC audio
190
191 # Pseudo-Devices
192
193 # disk/mass storage pseudo-devices
194 pseudo-device md 1 # memory disk device (ramdisk)
195 #pseudo-device fss 4 # file system snapshot device
196
197 # network pseudo-devices
198 pseudo-device loop 1 # network loopback
199 pseudo-device ppp 1 # Point-to-Point Protocol
200 pseudo-device sl 1 # Serial Line IP
201
202 # miscellaneous pseudo-devices
203 pseudo-device bpfilter 8 # Berkeley packet filter
204 pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
205
206 pseudo-device rnd # /dev/random and in-kernel generator
207