INSTALL revision 1.49
11.49Smycroft#	$NetBSD: INSTALL,v 1.49 1997/10/08 09:32:39 mycroft 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.49Smycroft# The following options override the memory sizes passed in from the boot
201.49Smycroft# block.  Use them *only* if the boot block is unable to determine the correct
211.49Smycroft# values.  Note that the BIOS may *correctly* report less that 640k of base
221.49Smycroft# memory if the extended BIOS data area is located at the top of base memory
231.49Smycroft# (as is the case on most recent systems).
241.49Smycroft#options 	REALBASEMEM=...	# size of base memory
251.49Smycroft#options 	REALEXTMEM=...	# size of extended memory
261.2Stls
271.39Smellon#options 	DUMMY_NOPS	# speed hack; recommended
281.39Smellon#options 	XSERVER,UCONSOLE
291.39Smellon#options 	INSECURE	# insecure; allow /dev/mem writing for X
301.2Stls
311.2Stlsmaxusers	32		# estimated number of users
321.39Smellonoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
331.39Smellon#options 	NTP		# NTP phase/frequency locked loop
341.2Stls
351.37Sperry# Enable the hooks used for initializing the memory-disk.
361.39Smellonoptions 	MEMORY_DISK_HOOKS
371.39Smellonoptions 	MEMORY_DISK_IS_ROOT     # Force root on memory-disk
381.39Smellonoptions 	MEMORY_DISK_SERVER=0	# No user space hooks
391.39Smellonoptions 	MINIROOTSIZE=3074
401.43Smikel#options 	MINIROOTSIZE=2880	# 1.44M, same as a floppy
411.37Sperry
421.39Smellon#options 	DDB		# in-kernel debugger
431.46Smikel#options 	KGDB		# remote debugger
441.46Smikel#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
451.2Stls#makeoptions	DEBUG="-g"	# compile full symbol table
461.39Smellon#options 	DIAGNOSTIC	# internal consistency checks
471.47Smikel#options 	KTRACE		# system call tracing via ktrace(1)
481.47Smikel#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
491.2Stls
501.39Smellon#options 	SYSVMSG		# System V-like message queues
511.39Smellon#options 	SYSVSEM		# System V-like semaphores
521.39Smellon#options 	SYSVSHM		# System V-like memory sharing
531.39Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
541.39Smellon
551.39Smellon#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
561.39Smellon#options 	COMPAT_09	# NetBSD 0.9,
571.39Smellonoptions 	COMPAT_10	# NetBSD 1.0,
581.39Smellonoptions 	COMPAT_11	# NetBSD 1.1,
591.39Smellonoptions 	COMPAT_12	# NetBSD 1.2,
601.39Smellon#options 	COMPAT_43	# and 4.3BSD
611.39Smellon#options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
621.39Smellon
631.39Smellon#options 	COMPAT_SVR4	# binary compatibility with SVR4
641.39Smellon#options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
651.39Smellon#options 	COMPAT_LINUX	# binary compatibility with Linux
661.39Smellon#options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
671.23Smycroft
681.39Smellon#options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
691.2Stls
701.39Smellon#options 	USER_LDT	# user-settable LDT; used by WINE
711.39Smellonoptions 	LKM		# loadable kernel modules
721.2Stls
731.32Sthorpejfile-system 	FFS		# UFS
741.48Sperryfile-system 	EXT2FS		# second extended file system (linux)
751.43Smikel#file-system 	LFS		# log-structured file system
761.32Sthorpejfile-system 	MFS		# memory file system
771.32Sthorpejfile-system 	NFS		# Network File System client
781.32Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
791.32Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
801.32Sthorpejfile-system 	FDESC		# /dev/fd
811.32Sthorpejfile-system 	KERNFS		# /kern
821.43Smikel#file-system 	NULLFS		# loopback file system
831.43Smikel#file-system 	PORTAL		# portal filesystem (still experimental)
841.43Smikel#file-system 	PROCFS		# /proc
851.43Smikel#file-system 	UMAPFS		# NULLFS + uid and gid remapping
861.43Smikel#file-system 	UNION		# union file system
871.2Stls
881.39Smellon#options 	QUOTA		# UFS quotas
891.39Smellon#options 	NFSSERVER	# Network File System server
901.39Smellonoptions 	FIFO		# FIFOs; RECOMMENDED
911.37Sperry#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
921.37Sperry				# immutable) behave as system flags.
931.2Stls
941.39Smellon#options 	GATEWAY		# packet forwarding
951.39Smellonoptions 	INET		# IP + ICMP + TCP + UDP
961.39Smellon#options 	MROUTING	# IP multicast routing
971.39Smellon#options 	NS		# XNS
981.39Smellon#options 	NSIP		# XNS tunneling over IP
991.39Smellon#options 	ISO,TPIP	# OSI
1001.39Smellon#options 	EON		# OSI tunneling over IP
1011.39Smellon#options 	CCITT,LLC,HDLC	# X.25
1021.43Smikel#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1031.2Stls
1041.32Sthorpejconfig		netbsd	root on ? type ?
1051.46Smikel#options 	"CONSDEVNAME=\"com\"",CONADDR=0x3f8,CONSPEED=9600
1061.2Stls
1071.43Smikel#options 	EISAVERBOSE	# verbose EISA device messages
1081.43Smikel#options 	PCIVERBOSE	# verbose PCI device messages
1091.47Smikel#options	SCSIVERBOSE	# verbose SCSI error messages
1101.43Smikel
1111.6Scgdmainbus0 at root
1121.6Scgd
1131.27Sthorpejpci0	at mainbus0 bus ?
1141.6Scgdeisa0	at mainbus0
1151.2Stls
1161.5Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
1171.5Scgdpci*	at ppb? bus ?
1181.27Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
1191.37Sperrypci*	at pchb?
1201.27Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
1211.27Sthorpej
1221.27Sthorpejisa*	at pcib?			# ISA on PCI-ISA bridge
1231.27Sthorpejisa*	at mainbus0			# all other ISA
1241.43Smikel#isapnp0	at isa?				# ISA Plug-and-Play
1251.27Sthorpej
1261.27Sthorpej#apm0	at mainbus0			# Advanced power management
1271.5Scgd
1281.2Stlsnpx0	at isa? port 0xf0 irq 13	# math coprocessor
1291.2Stls
1301.2Stlspc0	at isa? port 0x60 irq 1		# generic PC console device
1311.2Stls#vt0	at isa? port 0x60 irq 1
1321.2Stls
1331.46Smikel#options 	COM_HAYESP		# adds Hayes ESP serial board support
1341.2Stlscom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1351.2Stlscom1	at isa? port 0x2f8 irq 3
1361.2Stlscom2	at isa? port 0x3e8 irq 5
1371.2Stls#com3	at isa? port 0x2e8 irq 9
1381.2Stls#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
1391.8Scgd#com*	at ast? slave ?
1401.2Stls#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
1411.2Stls#com*	at boca? slave ?
1421.2Stls#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
1431.2Stls#com*	at rtfps? slave ?
1441.43Smikel#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
1451.43Smikel#cy*	at pci? dev ? function ?	# Cyclades serial cards
1461.2Stls
1471.2Stlslpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1481.2Stlslpt1	at isa? port 0x278
1491.2Stlslpt2	at isa? port 0x3bc
1501.2Stls
1511.20Smycroft#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1521.20Smycroft#lms1	at isa? port 0x238 irq 5
1531.20Smycroft#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1541.20Smycroft#mms1	at isa? port 0x238 irq 5
1551.20Smycroft#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1561.20Smycroft
1571.29Sjonathanaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1581.29Sjonathanaha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1591.29Sjonathanscsibus* at aha?
1601.29Sjonathanahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
1611.29Sjonathanscsibus* at ahb?
1621.29Sjonathanahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
1631.29Sjonathanahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
1641.29Sjonathanahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
1651.29Sjonathanscsibus* at ahc?
1661.29Sjonathanaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
1671.29Sjonathanscsibus* at aic?
1681.17Smycroftbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1691.17Smycroftbha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1701.17Smycroftbha*	at eisa? slot ?
1711.18Smycroftbha*	at pci? dev ? function ?
1721.17Smycroftscsibus* at bha?
1731.5Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1741.2Stlsscsibus* at ncr?
1751.2Stlssea0	at isa? iomem 0xc8000 irq 5
1761.2Stlsscsibus* at sea?
1771.2Stlsuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1781.2Stlsuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1791.17Smycroftuha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
1801.2Stlsscsibus* at uha?
1811.38Sperry# temporarily commented out, pending bus_dma fixes for this driver.
1821.38Sperry#wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
1831.38Sperry#wds1	at isa? port 0x358 irq 11 drq 5
1841.38Sperry#scsibus* at wds?
1851.33Scgdisp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
1861.33Scgdscsibus* at isp?
1871.2Stls
1881.2Stlssd*	at scsibus? target ? lun ?	# SCSI disk drives
1891.2Stlsst*	at scsibus? target ? lun ?	# SCSI tape drives
1901.2Stlscd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1911.2Stlsch*	at scsibus? target ? lun ?	# SCSI autochangers
1921.20Smycroft#ss*	at scsibus? target ? lun ?	# SCSI scanners
1931.20Smycroft#uk*	at scsibus? target ? lun ?	# SCSI unknown
1941.2Stls
1951.2Stlsfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1961.2Stls#fdc1	at isa? port 0x370 irq ? drq ?
1971.2Stlsfd*	at fdc? drive ?
1981.2Stls
1991.20Smycroft#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
2001.20Smycroft
2011.2Stlswdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
2021.34Smycroftwdc1	at isa? port 0x170 irq 15
2031.2Stlswd*	at wdc? drive ?
2041.47Smikelatapibus* at wdc?
2051.47Smikelcd* at atapibus? drive ?
2061.2Stls
2071.41Sperry# note: the wt driver conflicts unpleasantly with ed devices at the
2081.41Sperry# same I/O address. The probe reprograms their eeproms. Don't
2091.41Sperry# uncomment it unless you are actually using it.
2101.41Sperry#wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
2111.2Stls
2121.2Stlsed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
2131.2Stlsed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
2141.2Stlsed2	at isa? port 0x300 iomem 0xcc000 irq 10
2151.2Stls#eg0	at isa? ...				# 3C505 ethernet cards
2161.2Stlsel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
2171.2Stlsep0	at isa? port ? irq ?			# 3C509 ethernet cards
2181.43Smikel#ep*	at isapnp?
2191.13Sscottrie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
2201.13Sscottrie1	at isa? port 0x300 irq 10		# EtherExpress
2211.2Stls#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
2221.42Smattlc0	at isa? port ? iomem ? irq ?		# DEC EtherWORKS III (LEMAC)
2231.12Sthorpejep*	at eisa? slot ?				# 3C579 ethernet cards
2241.20Smycroftfea*	at eisa? slot ?				# DEC DEFEA FDDI cards
2251.5Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
2261.5Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
2271.43Smikelep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
2281.20Smycroftfpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
2291.36Sthorpejfxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
2301.20Smycroft
2311.20Smycroft#pss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
2321.20Smycroft#sp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
2331.44Saugustss#audio*	at sp0
2341.20Smycroft
2351.20Smycroft#sb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
2361.43Smikel#sb*	at isapnp?
2371.44Saugustss#audio*	at sb?
2381.20Smycroft#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
2391.44Saugustss#audio*	at wss0
2401.20Smycroft#pas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
2411.44Saugustss#audio*	at pas0
2421.46Smikel#gus0	at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound
2431.44Saugustss#audio*	at gus0
2441.20Smycroft#spkr0	at pckbd? port 0x61
2451.20Smycroft
2461.20Smycroft# Joystick driver. Probe is a little strange; add only if you have one.
2471.20Smycroft#joy0	at isa? port 0x201
2481.43Smikel#joy*	at isapnp?
2491.43Smikel
2501.43Smikel# Planetconnect Satellite receiver driver.
2511.43Smikel#satlink0 at isa? port 0x300 drq 1
2521.21Smycroft
2531.22Smycroftinclude	"arch/i386/conf/GENERIC.local"
2541.37Sperry
2551.37Sperry# memory-disk (root for install floppy)
2561.37Sperrypseudo-device	md	1		# memory-disk
2571.2Stls
2581.2Stlspseudo-device	loop	1		# network loopback
2591.20Smycroft#pseudo-device	bpfilter 8		# packet filter
2601.2Stlspseudo-device	sl	2		# CSLIP
2611.20Smycroft#pseudo-device	ppp	2		# PPP
2621.20Smycroft#pseudo-device	tun	2		# network tunneling over tty
2631.43Smikel#pseudo-device	ipfilter		# IP filter
2641.2Stls
2651.2Stlspseudo-device	pty	64		# pseudo-terminals
2661.20Smycroft#pseudo-device	tb	1		# tablet line discipline
2671.20Smycroft#pseudo-device	vnd	4		# paging to files
2681.20Smycroft#pseudo-device	ccd	4		# concatenated disk devices
269