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