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