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