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