INSTALL revision 1.43
11.43Smikel#	$NetBSD: INSTALL,v 1.43 1997/08/03 05:30:14 mikel Exp $
21.2Stls#
31.29Sjonathan#	INSTALL -- an installation kernel config.
41.37Sperry#	This kernel should be derived from GENERIC with ramdisk
51.37Sperry#	support added and some features commented out.
61.2Stls#
71.37Sperry#	Install kernels no longer support X, soundcards, or non-NetBSD
81.37Sperry#	emulation.
91.2Stls
101.25Sfvdlinclude "arch/i386/conf/std.i386"
111.2Stls
121.39Smellonoptions 	I386_CPU	# CPU classes; at least one is REQUIRED
131.39Smellonoptions 	I486_CPU
141.39Smellonoptions 	I586_CPU
151.39Smellonoptions 	I686_CPU
161.39Smellonoptions 	MATH_EMULATE	# floating point emulation
171.39Smellon#options 	VM86		# Virtual 8086 emulation
181.7Sthorpej
191.7Sthorpej# Some BIOSes don't get the size of extended memory right.  If you
201.7Sthorpej# have a broken BIOS, uncomment the following and set the value
211.7Sthorpej# properly for your system.
221.43Smikel#options 	BIOSEXTMEM=...	# size of extended memory
231.2Stls
241.39Smellon#options 	DUMMY_NOPS	# speed hack; recommended
251.39Smellon#options 	XSERVER,UCONSOLE
261.39Smellon#options 	INSECURE	# insecure; allow /dev/mem writing for X
271.2Stls
281.2Stlsmaxusers	32		# estimated number of users
291.39Smellonoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
301.39Smellon#options 	NTP		# NTP phase/frequency locked loop
311.2Stls
321.37Sperry# Enable the hooks used for initializing the memory-disk.
331.39Smellonoptions 	MEMORY_DISK_HOOKS
341.39Smellonoptions 	MEMORY_DISK_IS_ROOT     # Force root on memory-disk
351.39Smellonoptions 	MEMORY_DISK_SERVER=0	# No user space hooks
361.39Smellonoptions 	MINIROOTSIZE=3074
371.43Smikel#options 	MINIROOTSIZE=2880	# 1.44M, same as a floppy
381.37Sperry
391.39Smellon#options 	DDB		# in-kernel debugger
401.2Stls#makeoptions	DEBUG="-g"	# compile full symbol table
411.39Smellon#options 	DIAGNOSTIC	# internal consistency checks
421.39Smellon#options 	KTRACE		# system call tracing, a la ktrace(1)
431.2Stls
441.39Smellon#options 	SYSVMSG		# System V-like message queues
451.39Smellon#options 	SYSVSEM		# System V-like semaphores
461.39Smellon#options 	SYSVSHM		# System V-like memory sharing
471.39Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
481.39Smellon
491.39Smellon#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
501.39Smellon#options 	COMPAT_09	# NetBSD 0.9,
511.39Smellonoptions 	COMPAT_10	# NetBSD 1.0,
521.39Smellonoptions 	COMPAT_11	# NetBSD 1.1,
531.39Smellonoptions 	COMPAT_12	# NetBSD 1.2,
541.39Smellon#options 	COMPAT_43	# and 4.3BSD
551.39Smellon#options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
561.39Smellon
571.39Smellon#options 	COMPAT_SVR4	# binary compatibility with SVR4
581.39Smellon#options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
591.39Smellon#options 	COMPAT_LINUX	# binary compatibility with Linux
601.39Smellon#options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
611.23Smycroft
621.39Smellon#options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
631.2Stls
641.39Smellon#options 	USER_LDT	# user-settable LDT; used by WINE
651.39Smellonoptions 	LKM		# loadable kernel modules
661.2Stls
671.32Sthorpejfile-system 	FFS		# UFS
681.37Sperry#file-system 	EXT2FS		# second extended file system (linux)
691.43Smikel#file-system 	LFS		# log-structured file system
701.32Sthorpejfile-system 	MFS		# memory file system
711.32Sthorpejfile-system 	NFS		# Network File System client
721.32Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
731.32Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
741.32Sthorpejfile-system 	FDESC		# /dev/fd
751.32Sthorpejfile-system 	KERNFS		# /kern
761.43Smikel#file-system 	NULLFS		# loopback file system
771.43Smikel#file-system 	PORTAL		# portal filesystem (still experimental)
781.43Smikel#file-system 	PROCFS		# /proc
791.43Smikel#file-system 	UMAPFS		# NULLFS + uid and gid remapping
801.43Smikel#file-system 	UNION		# union file system
811.2Stls
821.39Smellon#options 	QUOTA		# UFS quotas
831.39Smellon#options 	NFSSERVER	# Network File System server
841.39Smellonoptions 	FIFO		# FIFOs; RECOMMENDED
851.37Sperry#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
861.37Sperry				# immutable) behave as system flags.
871.2Stls
881.39Smellon#options 	GATEWAY		# packet forwarding
891.39Smellonoptions 	INET		# IP + ICMP + TCP + UDP
901.39Smellon#options 	MROUTING	# IP multicast routing
911.39Smellon#options 	NS		# XNS
921.39Smellon#options 	NSIP		# XNS tunneling over IP
931.39Smellon#options 	ISO,TPIP	# OSI
941.39Smellon#options 	EON		# OSI tunneling over IP
951.39Smellon#options 	CCITT,LLC,HDLC	# X.25
961.43Smikel#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
971.2Stls
981.32Sthorpejconfig		netbsd	root on ? type ?
991.39Smellon#options 	COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
1001.2Stls
1011.43Smikel#options 	EISAVERBOSE	# verbose EISA device messages
1021.43Smikel#options 	PCIVERBOSE	# verbose PCI device messages
1031.43Smikel
1041.6Scgdmainbus0 at root
1051.6Scgd
1061.27Sthorpejpci0	at mainbus0 bus ?
1071.6Scgdeisa0	at mainbus0
1081.2Stls
1091.5Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
1101.5Scgdpci*	at ppb? bus ?
1111.27Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
1121.37Sperrypci*	at pchb?
1131.27Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
1141.27Sthorpej
1151.27Sthorpejisa*	at pcib?			# ISA on PCI-ISA bridge
1161.27Sthorpejisa*	at mainbus0			# all other ISA
1171.43Smikel#isapnp0	at isa?				# ISA Plug-and-Play
1181.27Sthorpej
1191.27Sthorpej#apm0	at mainbus0			# Advanced power management
1201.5Scgd
1211.2Stlsnpx0	at isa? port 0xf0 irq 13	# math coprocessor
1221.2Stls
1231.2Stlspc0	at isa? port 0x60 irq 1		# generic PC console device
1241.2Stls#vt0	at isa? port 0x60 irq 1
1251.2Stls
1261.2Stlscom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1271.2Stlscom1	at isa? port 0x2f8 irq 3
1281.2Stlscom2	at isa? port 0x3e8 irq 5
1291.2Stls#com3	at isa? port 0x2e8 irq 9
1301.2Stls#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
1311.8Scgd#com*	at ast? slave ?
1321.2Stls#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
1331.2Stls#com*	at boca? slave ?
1341.2Stls#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
1351.2Stls#com*	at rtfps? slave ?
1361.43Smikel#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
1371.43Smikel#cy*	at pci? dev ? function ?	# Cyclades serial cards
1381.2Stls
1391.2Stlslpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1401.2Stlslpt1	at isa? port 0x278
1411.2Stlslpt2	at isa? port 0x3bc
1421.2Stls
1431.20Smycroft#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1441.20Smycroft#lms1	at isa? port 0x238 irq 5
1451.20Smycroft#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1461.20Smycroft#mms1	at isa? port 0x238 irq 5
1471.20Smycroft#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1481.20Smycroft
1491.29Sjonathanaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1501.29Sjonathanaha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1511.29Sjonathanscsibus* at aha?
1521.29Sjonathanahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
1531.29Sjonathanscsibus* at ahb?
1541.29Sjonathanahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
1551.29Sjonathanahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
1561.29Sjonathanahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
1571.29Sjonathanscsibus* at ahc?
1581.29Sjonathanaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
1591.29Sjonathanscsibus* at aic?
1601.17Smycroftbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1611.17Smycroftbha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1621.17Smycroftbha*	at eisa? slot ?
1631.18Smycroftbha*	at pci? dev ? function ?
1641.17Smycroftscsibus* at bha?
1651.5Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1661.2Stlsscsibus* at ncr?
1671.2Stlssea0	at isa? iomem 0xc8000 irq 5
1681.2Stlsscsibus* at sea?
1691.2Stlsuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1701.2Stlsuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1711.17Smycroftuha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
1721.2Stlsscsibus* at uha?
1731.38Sperry# temporarily commented out, pending bus_dma fixes for this driver.
1741.38Sperry#wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
1751.38Sperry#wds1	at isa? port 0x358 irq 11 drq 5
1761.38Sperry#scsibus* at wds?
1771.33Scgdisp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
1781.33Scgdscsibus* at isp?
1791.2Stls
1801.2Stlssd*	at scsibus? target ? lun ?	# SCSI disk drives
1811.2Stlsst*	at scsibus? target ? lun ?	# SCSI tape drives
1821.2Stlscd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1831.2Stlsch*	at scsibus? target ? lun ?	# SCSI autochangers
1841.20Smycroft#ss*	at scsibus? target ? lun ?	# SCSI scanners
1851.20Smycroft#uk*	at scsibus? target ? lun ?	# SCSI unknown
1861.2Stls
1871.2Stlsfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1881.2Stls#fdc1	at isa? port 0x370 irq ? drq ?
1891.2Stlsfd*	at fdc? drive ?
1901.2Stls
1911.20Smycroft#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
1921.20Smycroft
1931.2Stlswdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1941.34Smycroftwdc1	at isa? port 0x170 irq 15
1951.2Stlswd*	at wdc? drive ?
1961.2Stls
1971.41Sperry# note: the wt driver conflicts unpleasantly with ed devices at the
1981.41Sperry# same I/O address. The probe reprograms their eeproms. Don't
1991.41Sperry# uncomment it unless you are actually using it.
2001.41Sperry#wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
2011.2Stls
2021.2Stlsed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
2031.2Stlsed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
2041.2Stlsed2	at isa? port 0x300 iomem 0xcc000 irq 10
2051.2Stls#eg0	at isa? ...				# 3C505 ethernet cards
2061.2Stlsel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
2071.2Stlsep0	at isa? port ? irq ?			# 3C509 ethernet cards
2081.43Smikel#ep*	at isapnp?
2091.13Sscottrie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
2101.13Sscottrie1	at isa? port 0x300 irq 10		# EtherExpress
2111.2Stls#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
2121.42Smattlc0	at isa? port ? iomem ? irq ?		# DEC EtherWORKS III (LEMAC)
2131.12Sthorpejep*	at eisa? slot ?				# 3C579 ethernet cards
2141.20Smycroftfea*	at eisa? slot ?				# DEC DEFEA FDDI cards
2151.5Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
2161.5Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
2171.43Smikelep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
2181.20Smycroftfpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
2191.36Sthorpejfxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
2201.20Smycroft
2211.20Smycroft#pss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
2221.20Smycroft#sp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
2231.20Smycroft
2241.20Smycroft#sb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
2251.43Smikel#sb*	at isapnp?
2261.20Smycroft#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
2271.20Smycroft#pas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
2281.20Smycroft#gus0	at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
2291.20Smycroft#spkr0	at pckbd? port 0x61
2301.20Smycroft
2311.20Smycroft# Joystick driver. Probe is a little strange; add only if you have one.
2321.20Smycroft#joy0	at isa? port 0x201
2331.43Smikel#joy*	at isapnp?
2341.43Smikel
2351.43Smikel# Planetconnect Satellite receiver driver.
2361.43Smikel#satlink0 at isa? port 0x300 drq 1
2371.21Smycroft
2381.22Smycroftinclude	"arch/i386/conf/GENERIC.local"
2391.37Sperry
2401.37Sperry# memory-disk (root for install floppy)
2411.37Sperrypseudo-device	md	1		# memory-disk
2421.2Stls
2431.2Stlspseudo-device	loop	1		# network loopback
2441.20Smycroft#pseudo-device	bpfilter 8		# packet filter
2451.2Stlspseudo-device	sl	2		# CSLIP
2461.20Smycroft#pseudo-device	ppp	2		# PPP
2471.20Smycroft#pseudo-device	tun	2		# network tunneling over tty
2481.43Smikel#pseudo-device	ipfilter		# IP filter
2491.2Stls
2501.2Stlspseudo-device	pty	64		# pseudo-terminals
2511.20Smycroft#pseudo-device	tb	1		# tablet line discipline
2521.20Smycroft#pseudo-device	vnd	4		# paging to files
2531.20Smycroft#pseudo-device	ccd	4		# concatenated disk devices
254