INSTALL revision 1.44 1 1.44 augustss # $NetBSD: INSTALL,v 1.44 1997/08/19 23:49:49 augustss Exp $
2 1.2 tls #
3 1.29 jonathan # INSTALL -- an installation kernel config.
4 1.37 perry # This kernel should be derived from GENERIC with ramdisk
5 1.37 perry # support added and some features commented out.
6 1.2 tls #
7 1.37 perry # Install kernels no longer support X, soundcards, or non-NetBSD
8 1.37 perry # emulation.
9 1.2 tls
10 1.25 fvdl include "arch/i386/conf/std.i386"
11 1.2 tls
12 1.39 mellon options I386_CPU # CPU classes; at least one is REQUIRED
13 1.39 mellon options I486_CPU
14 1.39 mellon options I586_CPU
15 1.39 mellon options I686_CPU
16 1.39 mellon options MATH_EMULATE # floating point emulation
17 1.39 mellon #options VM86 # Virtual 8086 emulation
18 1.7 thorpej
19 1.7 thorpej # Some BIOSes don't get the size of extended memory right. If you
20 1.7 thorpej # have a broken BIOS, uncomment the following and set the value
21 1.7 thorpej # properly for your system.
22 1.43 mikel #options BIOSEXTMEM=... # size of extended memory
23 1.2 tls
24 1.39 mellon #options DUMMY_NOPS # speed hack; recommended
25 1.39 mellon #options XSERVER,UCONSOLE
26 1.39 mellon #options INSECURE # insecure; allow /dev/mem writing for X
27 1.2 tls
28 1.2 tls maxusers 32 # estimated number of users
29 1.39 mellon options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
30 1.39 mellon #options NTP # NTP phase/frequency locked loop
31 1.2 tls
32 1.37 perry # Enable the hooks used for initializing the memory-disk.
33 1.39 mellon options MEMORY_DISK_HOOKS
34 1.39 mellon options MEMORY_DISK_IS_ROOT # Force root on memory-disk
35 1.39 mellon options MEMORY_DISK_SERVER=0 # No user space hooks
36 1.39 mellon options MINIROOTSIZE=3074
37 1.43 mikel #options MINIROOTSIZE=2880 # 1.44M, same as a floppy
38 1.37 perry
39 1.39 mellon #options DDB # in-kernel debugger
40 1.2 tls #makeoptions DEBUG="-g" # compile full symbol table
41 1.39 mellon #options DIAGNOSTIC # internal consistency checks
42 1.39 mellon #options KTRACE # system call tracing, a la ktrace(1)
43 1.2 tls
44 1.39 mellon #options SYSVMSG # System V-like message queues
45 1.39 mellon #options SYSVSEM # System V-like semaphores
46 1.39 mellon #options SYSVSHM # System V-like memory sharing
47 1.39 mellon #options SHMMAXPGS=1024 # 1024 pages is the default
48 1.39 mellon
49 1.39 mellon #options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
50 1.39 mellon #options COMPAT_09 # NetBSD 0.9,
51 1.39 mellon options COMPAT_10 # NetBSD 1.0,
52 1.39 mellon options COMPAT_11 # NetBSD 1.1,
53 1.39 mellon options COMPAT_12 # NetBSD 1.2,
54 1.39 mellon #options COMPAT_43 # and 4.3BSD
55 1.39 mellon #options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
56 1.39 mellon
57 1.39 mellon #options COMPAT_SVR4 # binary compatibility with SVR4
58 1.39 mellon #options COMPAT_IBCS2 # binary compatibility with SCO and ISC
59 1.39 mellon #options COMPAT_LINUX # binary compatibility with Linux
60 1.39 mellon #options COMPAT_FREEBSD # binary compatibility with FreeBSD
61 1.23 mycroft
62 1.39 mellon #options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
63 1.2 tls
64 1.39 mellon #options USER_LDT # user-settable LDT; used by WINE
65 1.39 mellon options LKM # loadable kernel modules
66 1.2 tls
67 1.32 thorpej file-system FFS # UFS
68 1.37 perry #file-system EXT2FS # second extended file system (linux)
69 1.43 mikel #file-system LFS # log-structured file system
70 1.32 thorpej file-system MFS # memory file system
71 1.32 thorpej file-system NFS # Network File System client
72 1.32 thorpej file-system CD9660 # ISO 9660 + Rock Ridge file system
73 1.32 thorpej file-system MSDOSFS # MS-DOS file system
74 1.32 thorpej file-system FDESC # /dev/fd
75 1.32 thorpej file-system KERNFS # /kern
76 1.43 mikel #file-system NULLFS # loopback file system
77 1.43 mikel #file-system PORTAL # portal filesystem (still experimental)
78 1.43 mikel #file-system PROCFS # /proc
79 1.43 mikel #file-system UMAPFS # NULLFS + uid and gid remapping
80 1.43 mikel #file-system UNION # union file system
81 1.2 tls
82 1.39 mellon #options QUOTA # UFS quotas
83 1.39 mellon #options NFSSERVER # Network File System server
84 1.39 mellon options FIFO # FIFOs; RECOMMENDED
85 1.37 perry #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
86 1.37 perry # immutable) behave as system flags.
87 1.2 tls
88 1.39 mellon #options GATEWAY # packet forwarding
89 1.39 mellon options INET # IP + ICMP + TCP + UDP
90 1.39 mellon #options MROUTING # IP multicast routing
91 1.39 mellon #options NS # XNS
92 1.39 mellon #options NSIP # XNS tunneling over IP
93 1.39 mellon #options ISO,TPIP # OSI
94 1.39 mellon #options EON # OSI tunneling over IP
95 1.39 mellon #options CCITT,LLC,HDLC # X.25
96 1.43 mikel #options PFIL_HOOKS # pfil(9) packet filter hooks
97 1.2 tls
98 1.32 thorpej config netbsd root on ? type ?
99 1.39 mellon #options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
100 1.2 tls
101 1.43 mikel #options EISAVERBOSE # verbose EISA device messages
102 1.43 mikel #options PCIVERBOSE # verbose PCI device messages
103 1.43 mikel
104 1.6 cgd mainbus0 at root
105 1.6 cgd
106 1.27 thorpej pci0 at mainbus0 bus ?
107 1.6 cgd eisa0 at mainbus0
108 1.2 tls
109 1.5 cgd ppb* at pci? dev ? function ? # PCI-PCI bridges
110 1.5 cgd pci* at ppb? bus ?
111 1.27 thorpej pchb* at pci? dev ? function ? # PCI-Host bridges
112 1.37 perry pci* at pchb?
113 1.27 thorpej pcib* at pci? dev ? function ? # PCI-ISA bridges
114 1.27 thorpej
115 1.27 thorpej isa* at pcib? # ISA on PCI-ISA bridge
116 1.27 thorpej isa* at mainbus0 # all other ISA
117 1.43 mikel #isapnp0 at isa? # ISA Plug-and-Play
118 1.27 thorpej
119 1.27 thorpej #apm0 at mainbus0 # Advanced power management
120 1.5 cgd
121 1.2 tls npx0 at isa? port 0xf0 irq 13 # math coprocessor
122 1.2 tls
123 1.2 tls pc0 at isa? port 0x60 irq 1 # generic PC console device
124 1.2 tls #vt0 at isa? port 0x60 irq 1
125 1.2 tls
126 1.2 tls com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
127 1.2 tls com1 at isa? port 0x2f8 irq 3
128 1.2 tls com2 at isa? port 0x3e8 irq 5
129 1.2 tls #com3 at isa? port 0x2e8 irq 9
130 1.2 tls #ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards
131 1.8 cgd #com* at ast? slave ?
132 1.2 tls #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards
133 1.2 tls #com* at boca? slave ?
134 1.2 tls #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards
135 1.2 tls #com* at rtfps? slave ?
136 1.43 mikel #cy0 at isa? iomem 0xd4000 irq 12 # Cyclades serial cards
137 1.43 mikel #cy* at pci? dev ? function ? # Cyclades serial cards
138 1.2 tls
139 1.2 tls lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
140 1.2 tls lpt1 at isa? port 0x278
141 1.2 tls lpt2 at isa? port 0x3bc
142 1.2 tls
143 1.20 mycroft #lms0 at isa? port 0x23c irq 5 # Logitech bus mouse
144 1.20 mycroft #lms1 at isa? port 0x238 irq 5
145 1.20 mycroft #mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
146 1.20 mycroft #mms1 at isa? port 0x238 irq 5
147 1.20 mycroft #pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse
148 1.20 mycroft
149 1.29 jonathan aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
150 1.29 jonathan aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
151 1.29 jonathan scsibus* at aha?
152 1.29 jonathan ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
153 1.29 jonathan scsibus* at ahb?
154 1.29 jonathan ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers
155 1.29 jonathan ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers
156 1.29 jonathan ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI controllers
157 1.29 jonathan scsibus* at ahc?
158 1.29 jonathan aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers
159 1.29 jonathan scsibus* at aic?
160 1.17 mycroft bha0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers
161 1.17 mycroft bha1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers
162 1.17 mycroft bha* at eisa? slot ?
163 1.18 mycroft bha* at pci? dev ? function ?
164 1.17 mycroft scsibus* at bha?
165 1.5 cgd ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers
166 1.2 tls scsibus* at ncr?
167 1.2 tls sea0 at isa? iomem 0xc8000 irq 5
168 1.2 tls scsibus* at sea?
169 1.2 tls uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
170 1.2 tls uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
171 1.17 mycroft uha* at eisa? slot ? # UltraStor 24f SCSI controllers
172 1.2 tls scsibus* at uha?
173 1.38 perry # temporarily commented out, pending bus_dma fixes for this driver.
174 1.38 perry #wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers
175 1.38 perry #wds1 at isa? port 0x358 irq 11 drq 5
176 1.38 perry #scsibus* at wds?
177 1.33 cgd isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI controllers
178 1.33 cgd scsibus* at isp?
179 1.2 tls
180 1.2 tls sd* at scsibus? target ? lun ? # SCSI disk drives
181 1.2 tls st* at scsibus? target ? lun ? # SCSI tape drives
182 1.2 tls cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
183 1.2 tls ch* at scsibus? target ? lun ? # SCSI autochangers
184 1.20 mycroft #ss* at scsibus? target ? lun ? # SCSI scanners
185 1.20 mycroft #uk* at scsibus? target ? lun ? # SCSI unknown
186 1.2 tls
187 1.2 tls fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
188 1.2 tls #fdc1 at isa? port 0x370 irq ? drq ?
189 1.2 tls fd* at fdc? drive ?
190 1.2 tls
191 1.20 mycroft #mcd0 at isa? port 0x300 irq 10 # Mitsumi CD-ROM drives
192 1.20 mycroft
193 1.2 tls wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
194 1.34 mycroft wdc1 at isa? port 0x170 irq 15
195 1.2 tls wd* at wdc? drive ?
196 1.2 tls
197 1.41 perry # note: the wt driver conflicts unpleasantly with ed devices at the
198 1.41 perry # same I/O address. The probe reprograms their eeproms. Don't
199 1.41 perry # uncomment it unless you are actually using it.
200 1.41 perry #wt0 at isa? port 0x300 irq 5 drq 1 # Archive and Wangtek QIC tape drives
201 1.2 tls
202 1.2 tls ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and NE[12]000
203 1.2 tls ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards
204 1.2 tls ed2 at isa? port 0x300 iomem 0xcc000 irq 10
205 1.2 tls #eg0 at isa? ... # 3C505 ethernet cards
206 1.2 tls el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards
207 1.2 tls ep0 at isa? port ? irq ? # 3C509 ethernet cards
208 1.43 mikel #ep* at isapnp?
209 1.13 scottr ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507
210 1.13 scottr ie1 at isa? port 0x300 irq 10 # EtherExpress
211 1.2 tls #le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA
212 1.42 matt lc0 at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC)
213 1.12 thorpej ep* at eisa? slot ? # 3C579 ethernet cards
214 1.20 mycroft fea* at eisa? slot ? # DEC DEFEA FDDI cards
215 1.5 cgd le* at pci? dev ? function ? # PCnet-PCI based ethernet cards
216 1.5 cgd de* at pci? dev ? function ? # DC21X4X-based ethernet cards
217 1.43 mikel ep* at pci? dev ? function ? # 3C59x/3C90x ethernet cards
218 1.20 mycroft fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards
219 1.36 thorpej fxp* at pci? dev ? function ? # Intel EEPRO 10/100B
220 1.20 mycroft
221 1.20 mycroft #pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System
222 1.20 mycroft #sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver
223 1.44 augustss #audio* at sp0
224 1.20 mycroft
225 1.20 mycroft #sb0 at isa? port 0x220 irq 7 drq 1 # SoundBlaster
226 1.43 mikel #sb* at isapnp?
227 1.44 augustss #audio* at sb?
228 1.20 mycroft #wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System
229 1.44 augustss #audio* at wss0
230 1.20 mycroft #pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum
231 1.44 augustss #audio* at pas0
232 1.20 mycroft #gus0 at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
233 1.44 augustss #audio* at gus0
234 1.20 mycroft #spkr0 at pckbd? port 0x61
235 1.20 mycroft
236 1.20 mycroft # Joystick driver. Probe is a little strange; add only if you have one.
237 1.20 mycroft #joy0 at isa? port 0x201
238 1.43 mikel #joy* at isapnp?
239 1.43 mikel
240 1.43 mikel # Planetconnect Satellite receiver driver.
241 1.43 mikel #satlink0 at isa? port 0x300 drq 1
242 1.21 mycroft
243 1.22 mycroft include "arch/i386/conf/GENERIC.local"
244 1.37 perry
245 1.37 perry # memory-disk (root for install floppy)
246 1.37 perry pseudo-device md 1 # memory-disk
247 1.2 tls
248 1.2 tls pseudo-device loop 1 # network loopback
249 1.20 mycroft #pseudo-device bpfilter 8 # packet filter
250 1.2 tls pseudo-device sl 2 # CSLIP
251 1.20 mycroft #pseudo-device ppp 2 # PPP
252 1.20 mycroft #pseudo-device tun 2 # network tunneling over tty
253 1.43 mikel #pseudo-device ipfilter # IP filter
254 1.2 tls
255 1.2 tls pseudo-device pty 64 # pseudo-terminals
256 1.20 mycroft #pseudo-device tb 1 # tablet line discipline
257 1.20 mycroft #pseudo-device vnd 4 # paging to files
258 1.20 mycroft #pseudo-device ccd 4 # concatenated disk devices
259