INSTALL revision 1.37
11.37Sperry#	$NetBSD: INSTALL,v 1.37 1997/06/14 02:07:08 perry 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.2Stlsoptions		I386_CPU	# CPU classes; at least one is REQUIRED
131.2Stlsoptions		I486_CPU
141.2Stlsoptions		I586_CPU
151.31Sperryoptions		I686_CPU
161.2Stlsoptions		MATH_EMULATE	# floating point emulation
171.20Smycroft#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.28Sthorpej#options	BIOSEXTMEM=... # size of extended memory
231.2Stls
241.2Stls#options	DUMMY_NOPS	# speed hack; recommended
251.20Smycroft#options	XSERVER,UCONSOLE
261.20Smycroft#options	INSECURE	# insecure; allow /dev/mem writing for X
271.2Stls
281.2Stlsmaxusers	32		# estimated number of users
291.30Sperryoptions		RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
301.24Smycroft#options	NTP		# NTP phase/frequency locked loop
311.2Stls
321.37Sperry# Enable the hooks used for initializing the memory-disk.
331.37Sperryoptions		MEMORY_DISK_HOOKS
341.37Sperryoptions		MEMORY_DISK_IS_ROOT     # Force root on memory-disk
351.37Sperryoptions		MEMORY_DISK_SERVER=0	# No user space hooks
361.37Sperryoptions		MINIROOTSIZE=3074
371.37Sperry#options		MINIROOTSIZE=2880	# 1.44M, same as a floppy
381.37Sperry
391.20Smycroft#options	DDB		# in-kernel debugger
401.2Stls#makeoptions	DEBUG="-g"	# compile full symbol table
411.20Smycroft#options	DIAGNOSTIC	# internal consistency checks
421.20Smycroft#options	KTRACE		# system call tracing, a la ktrace(1)
431.2Stls
441.20Smycroft#options	SYSVMSG		# System V-like message queues
451.20Smycroft#options	SYSVSEM		# System V-like semaphores
461.20Smycroft#options	SYSVSHM		# System V-like memory sharing
471.20Smycroft#options	SHMMAXPGS=1024	# 1024 pages is the default
481.20Smycroft
491.20Smycroft#options	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
501.20Smycroft#options	COMPAT_09	# NetBSD 0.9,
511.2Stlsoptions		COMPAT_10	# NetBSD 1.0,
521.10Sperryoptions		COMPAT_11	# NetBSD 1.1,
531.20Smycroftoptions		COMPAT_12	# NetBSD 1.2,
541.20Smycroft#options	COMPAT_43	# and 4.3BSD
551.20Smycroft#options	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
561.20Smycroft
571.20Smycroft#options	COMPAT_SVR4	# binary compatibility with SVR4
581.20Smycroft#options	COMPAT_IBCS2	# binary compatibility with SCO and ISC
591.20Smycroft#options	COMPAT_LINUX	# binary compatibility with Linux
601.20Smycroft#options	COMPAT_FREEBSD	# binary compatibility with FreeBSD
611.23Smycroft
621.23Smycroft#options	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
631.2Stls
641.20Smycroft#options	USER_LDT	# user-settable LDT; used by WINE
651.2Stlsoptions		LKM		# loadable kernel modules
661.2Stls
671.32Sthorpejfile-system 	FFS		# UFS
681.37Sperry#file-system 	EXT2FS		# second extended file system (linux)
691.32Sthorpej#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.32Sthorpej#file-system	NULLFS		# loopback file system
771.32Sthorpej#file-system	PORTAL		# portal filesystem (still experimental)
781.32Sthorpej#file-system	PROCFS		# /proc
791.32Sthorpej#file-system	UMAPFS		# NULLFS + uid and gid remapping
801.32Sthorpej#file-system	UNION		# union file system
811.2Stls
821.37Sperry#options	QUOTA		# UFS quotas
831.20Smycroft#options	NFSSERVER	# Network File System server
841.2Stlsoptions		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.20Smycroft#options	GATEWAY		# packet forwarding
891.2Stlsoptions		INET		# IP + ICMP + TCP + UDP
901.24Smycroft#options	MROUTING	# IP multicast routing
911.20Smycroft#options	NS		# XNS
921.20Smycroft#options	NSIP		# XNS tunneling over IP
931.20Smycroft#options	ISO,TPIP	# OSI
941.20Smycroft#options	EON		# OSI tunneling over IP
951.20Smycroft#options	CCITT,LLC,HDLC	# X.25
961.2Stls
971.32Sthorpejconfig		netbsd	root on ? type ?
981.24Smycroft#options	COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
991.2Stls
1001.6Scgdmainbus0 at root
1011.6Scgd
1021.27Sthorpejpci0	at mainbus0 bus ?
1031.6Scgdeisa0	at mainbus0
1041.2Stls
1051.5Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
1061.5Scgdpci*	at ppb? bus ?
1071.27Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
1081.37Sperrypci*	at pchb?
1091.27Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
1101.27Sthorpej
1111.27Sthorpejisa*	at pcib?			# ISA on PCI-ISA bridge
1121.27Sthorpejisa*	at mainbus0			# all other ISA
1131.27Sthorpej
1141.27Sthorpej#apm0	at mainbus0			# Advanced power management
1151.5Scgd
1161.2Stlsnpx0	at isa? port 0xf0 irq 13	# math coprocessor
1171.2Stls
1181.2Stlspc0	at isa? port 0x60 irq 1		# generic PC console device
1191.2Stls#vt0	at isa? port 0x60 irq 1
1201.2Stls
1211.2Stlscom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1221.2Stlscom1	at isa? port 0x2f8 irq 3
1231.2Stlscom2	at isa? port 0x3e8 irq 5
1241.2Stls#com3	at isa? port 0x2e8 irq 9
1251.2Stls#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
1261.8Scgd#com*	at ast? slave ?
1271.2Stls#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
1281.2Stls#com*	at boca? slave ?
1291.2Stls#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
1301.2Stls#com*	at rtfps? slave ?
1311.2Stls
1321.2Stls#cy0	at isa? ...
1331.2Stls
1341.2Stlslpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1351.2Stlslpt1	at isa? port 0x278
1361.2Stlslpt2	at isa? port 0x3bc
1371.2Stls
1381.20Smycroft#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1391.20Smycroft#lms1	at isa? port 0x238 irq 5
1401.20Smycroft#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1411.20Smycroft#mms1	at isa? port 0x238 irq 5
1421.20Smycroft#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1431.20Smycroft
1441.29Sjonathan#
1451.29Sjonathan# HACK: Buslogics must, repeat MUST, be proved before Adaptec 1542
1461.29Sjonathan# or similar devices, or we may autoconfigure an BHA as an AHA.
1471.29Sjonathan#
1481.29Sjonathan
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.29Sjonathan
1611.17Smycroftbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1621.17Smycroftbha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1631.17Smycroftbha*	at eisa? slot ?
1641.18Smycroftbha*	at pci? dev ? function ?
1651.17Smycroftscsibus* at bha?
1661.5Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1671.2Stlsscsibus* at ncr?
1681.2Stlssea0	at isa? iomem 0xc8000 irq 5
1691.2Stlsscsibus* at sea?
1701.2Stlsuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1711.2Stlsuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1721.17Smycroftuha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
1731.2Stlsscsibus* at uha?
1741.11Smycroftwds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
1751.11Smycroftwds1	at isa? port 0x358 irq 11 drq 5
1761.11Smycroftscsibus* 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.2Stlswt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1981.2Stls
1991.2Stlsed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
2001.2Stlsed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
2011.2Stlsed2	at isa? port 0x300 iomem 0xcc000 irq 10
2021.2Stls#eg0	at isa? ...				# 3C505 ethernet cards
2031.2Stlsel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
2041.2Stlsep0	at isa? port ? irq ?			# 3C509 ethernet cards
2051.13Sscottrie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
2061.13Sscottrie1	at isa? port 0x300 irq 10		# EtherExpress
2071.2Stls#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
2081.12Sthorpejep*	at eisa? slot ?				# 3C579 ethernet cards
2091.20Smycroftfea*	at eisa? slot ?				# DEC DEFEA FDDI cards
2101.5Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
2111.5Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
2121.5Scgdep*	at pci? dev ? function ?		# 3C590 ethernet cards
2131.20Smycroftfpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
2141.36Sthorpejfxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
2151.20Smycroft
2161.20Smycroft#pss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
2171.20Smycroft#sp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
2181.20Smycroft
2191.20Smycroft#sb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
2201.20Smycroft#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
2211.20Smycroft#pas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
2221.20Smycroft#gus0	at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
2231.20Smycroft#spkr0	at pckbd? port 0x61
2241.20Smycroft
2251.20Smycroft# Joystick driver. Probe is a little strange; add only if you have one.
2261.20Smycroft#joy0	at isa? port 0x201
2271.21Smycroft
2281.22Smycroftinclude	"arch/i386/conf/GENERIC.local"
2291.37Sperry
2301.37Sperry# memory-disk (root for install floppy)
2311.37Sperrypseudo-device	md	1		# memory-disk
2321.2Stls
2331.2Stlspseudo-device	loop	1		# network loopback
2341.20Smycroft#pseudo-device	bpfilter 8		# packet filter
2351.2Stlspseudo-device	sl	2		# CSLIP
2361.20Smycroft#pseudo-device	ppp	2		# PPP
2371.20Smycroft#pseudo-device	tun	2		# network tunneling over tty
2381.2Stls
2391.2Stlspseudo-device	pty	64		# pseudo-terminals
2401.20Smycroft#pseudo-device	tb	1		# tablet line discipline
2411.20Smycroft#pseudo-device	vnd	4		# paging to files
2421.20Smycroft#pseudo-device	ccd	4		# concatenated disk devices
243