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