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