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