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