INSTALL revision 1.55 1 # $NetBSD: INSTALL,v 1.55 2015/08/21 01:52:08 uebayasi Exp $
2 #
3 # INSTALL
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 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
18
19 # CPU support. At least one is REQUIRED.
20 options M68040
21 options M68030
22 options M68020 # Note: must have 68851 PMMU
23
24 # CPU-related options.
25 options FPSP
26 options FPU_EMULATE
27
28 # Standard system options
29
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 SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
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 pseudo-device ksyms
42 #options ADB_DEBUG # ADB debugging
43
44 # Compatibility options
45 options COMPAT_10 # NetBSD 1.0,
46 options COMPAT_11 # NetBSD 1.1,
47 options COMPAT_12 # NetBSD 1.2,
48 options COMPAT_13 # NetBSD 1.3,
49 options COMPAT_14 # NetBSD 1.4,
50 options COMPAT_15 # NetBSD 1.5,
51 options COMPAT_16 # NetBSD 1.6,
52 options COMPAT_20 # NetBSD 2.0,
53 options COMPAT_30 # NetBSD 3.0,
54 options COMPAT_40 # NetBSD 4.0,
55 options COMPAT_50 # NetBSD 5.0,
56 options COMPAT_60 # NetBSD 6.0, and
57 options COMPAT_70 # NetBSD 7.0 binary compatibility.
58 options COMPAT_43 # and 4.3BSD
59 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
60
61 # File systems
62 file-system FFS # UFS
63 file-system NFS # Network File System client
64 file-system CD9660 # ISO 9660 + Rock Ridge file system
65 file-system MSDOSFS # MS-DOS file system
66 file-system KERNFS # /kern
67 #file-system PTYFS # /dev/pts/N support
68
69 # Filesystem options
70 #options NFS_V2_ONLY # Exclude NFS3 code to save space
71 options FFS_NO_SNAPSHOT # No FFS snapshot support
72 options WAPBL # File system journaling support
73
74 # Networking options
75 options INET # IP + ICMP + TCP + UDP
76
77 # These options enable verbose messages for several subsystems.
78 # Warning, these may compile large string tables into the kernel!
79 options SCSIVERBOSE # human readable SCSI error messages
80
81 # wscons options
82 #options WSEMUL_SUN # sun terminal emulation
83 options WSEMUL_VT100 # VT100 / VT220 emulation
84 options WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
85 options WSDISPLAY_DEFAULTSCREENS=1
86 #options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
87
88 # rcons options; note that 1-bit and 8-bit displays are supported by default.
89 options RCONS_2BPP # Support for 2-bit display
90 options RCONS_4BPP # Support for 4-bit display
91 options RCONS_16BPP # Support for 16-bit display
92
93 # Mac-specific options
94 #options DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
95 #options MRG_ADB # Use ROM-based ADB driver
96 options ZS_CONSOLE_ABORT
97
98 options NFS_BOOT_DHCP
99
100 # Kernel root file system and dump configuration.
101 config netbsd root on ? type ?
102
103 #
104 # Device configuration
105 #
106
107 mainbus0 at root
108
109
110 # Basic Bus Support
111
112 # On-board I/O bus support
113 obio0 at mainbus?
114
115 # NuBus support
116 nubus0 at mainbus?
117
118
119 # Console Devices
120
121 # Apple Desktop Bus interface
122 adb0 at obio?
123 aed* at adb? # ADB event device
124 akbd* at adb? # ADB keyboard
125 ams* at adb? # ADB mouse
126
127 # Basic frame buffer support
128 intvid0 at obio? # Internal video hardware
129 macvid* at nubus? # NuBus video card
130
131 # Device-independent frame buffer interface
132 macfb* at intvid?
133 macfb* at macvid?
134
135 # Workstation Console devices
136 wsdisplay0 at macfb? console ?
137 wskbd0 at akbd? console ?
138 wsmouse0 at ams?
139
140
141 # Serial Devices
142
143 # On-board serial interface
144 zsc0 at obio?
145 zstty* at zsc? channel ?
146
147
148 # SCSI Controllers and Devices
149
150 # SCSI controllers
151 # XXX - use only one of ncrscsi or sbc
152 ncrscsi0 at obio? addr 0 # SCSI NCR 5380
153 #sbc0 at obio? addr 0 flags 0x1 # MI SCSI NCR 5380
154 esp0 at obio? addr 0 # SCSI NCR 53C9x
155 esp1 at obio? addr 1 # SCSI NCR 53C9x
156
157 # SCSI bus support
158 scsibus* at scsi?
159
160 # SCSI devices
161 sd* at scsibus? target ? lun ? # SCSI disk drives
162 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
163 st* at scsibus? target ? lun ? # SCSI tape drives
164
165 # IDE controller and devices
166 wdc* at obio? flags 0x1000
167 atabus* at ata?
168 wd* at atabus? drive ?
169
170
171 # Miscellaneous mass storage devices
172
173 # IWM floppy disk controller
174 iwm0 at obio? # Sony driver (800K GCR)
175 fd* at iwm? drive ?
176
177
178 # Network Interfaces
179
180 # On-board Ethernet controllers
181 sn* at obio? # SONIC-based (DP83932, DP83916)
182 mc* at obio? # MACE-based
183
184 # NuBus Ethernet controllers
185 ae* at nubus? # DP8390-based
186 sn* at nubus? # SONIC-based (DP83932, DP83916)
187 sm* at nubus? # SMC-based
188 netdock* at nubus? # Asante NetDock, Newer Ether MicroDock
189
190 nsphy* at mii? phy ?
191 ukphy* at mii? phy ?
192
193 # Audio Devices
194
195 # On-board audio hardware
196 asc0 at obio? # ASC/EASC audio
197
198 # Pseudo-Devices
199
200 # disk/mass storage pseudo-devices
201 pseudo-device md # memory disk device (ramdisk)
202 #pseudo-device fss # file system snapshot device
203
204 # network pseudo-devices
205 pseudo-device loop # network loopback
206 pseudo-device ppp # Point-to-Point Protocol
207 pseudo-device sl # Serial Line IP
208
209 # miscellaneous pseudo-devices
210 pseudo-device bpfilter # Berkeley packet filter
211 pseudo-device pty # pseudo-terminals
212
213