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