INSTALL revision 1.14
11.14Slukem#	$NetBSD: INSTALL,v 1.14 2001/11/20 12:56:23 lukem Exp $
21.1Ssakamoto#
31.1Ssakamoto# First try for BEBOX config file
41.1Ssakamoto#
51.1Ssakamoto
61.1Ssakamotoinclude "arch/bebox/conf/std.bebox"
71.1Ssakamoto
81.1Ssakamotomaxusers	32
91.7Sabs
101.14Slukemmakeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
111.1Ssakamoto
121.1Ssakamoto# Enable the hooks used for initializing the root memory-disk.
131.8Sabsoptions 		MEMORY_DISK_HOOKS
141.8Sabsoptions 		MEMORY_DISK_IS_ROOT	# force root on memory disk
151.8Sabsoptions 		MEMORY_DISK_SERVER=0	# no userspace memory disk support
161.8Sabsoptions 		MINIROOTSIZE=3074	# size of memory disk, in blocks
171.1Ssakamoto
181.1Ssakamoto#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
191.1Ssakamoto#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
201.1Ssakamoto# HMAC key to be used for debugging sessions
211.1Ssakamoto#options 	IPKDBKEY="\"HMAC pass phrase text\""
221.1Ssakamoto#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
231.14Slukem#makeoptions	DEBUG="-g"
241.1Ssakamoto
251.1Ssakamoto#options 	DEBUG
261.1Ssakamoto#options 	DIAGNOSTIC
271.1Ssakamoto#options 	TRAP_PANICWAIT
281.1Ssakamoto#options 	DDB
291.1Ssakamoto#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
301.1Ssakamoto#options 	KTRACE
311.10Stsubaioptions 	NEWPMAP
321.1Ssakamoto
331.12Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
341.1Ssakamoto#options 	COMPAT_43
351.1Ssakamoto#options 	COMPAT_09
361.1Ssakamotooptions 	COMPAT_10
371.1Ssakamotooptions 	COMPAT_12
381.1Ssakamotooptions 	COMPAT_13
391.4Saugustssoptions 	COMPAT_14
401.8Sabsoptions 		COMPAT_386BSD_MBRPART	# recognize old partition ID
411.1Ssakamoto
421.8Sabs# File systems
431.1Ssakamotofile-system 	FFS
441.1Ssakamotofile-system	EXT2FS
451.1Ssakamotofile-system 	MFS
461.1Ssakamotofile-system 	NFS
471.1Ssakamotofile-system 	CD9660
481.1Ssakamotofile-system 	MSDOSFS
491.1Ssakamoto#file-system 	FDESC
501.1Ssakamotofile-system 	KERNFS
511.1Ssakamoto#file-system 	NULLFS
521.1Ssakamoto#file-system 	PORTAL
531.1Ssakamoto#file-system 	PROCFS
541.1Ssakamoto#file-system 	UMAPFS
551.1Ssakamoto#file-system 	UNION
561.1Ssakamoto
571.8Sabs# Filesystem options
581.8Sabs#options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
591.8Sabs#options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
601.8Sabs
611.1Ssakamoto#options 	NFSSERVER
621.1Ssakamoto
631.1Ssakamotooptions 	INET
641.1Ssakamoto
651.8Sabs#options 	NFS_BOOT_BOOTPARAM
661.12Sabs
671.12Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
681.1Ssakamoto
691.1Ssakamotoconfig		netbsd	root on ? type ffs
701.1Ssakamoto
711.1Ssakamoto#pseudo-device	vnd		4
721.1Ssakamotopseudo-device	md		1
731.1Ssakamotopseudo-device	loop
741.1Ssakamoto#pseudo-device	bpfilter	8	# packet filter
751.9Sabspseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
761.1Ssakamoto
771.1Ssakamoto#
781.1Ssakamoto# device
791.1Ssakamoto#
801.1Ssakamotooptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
811.1Ssakamoto
821.1Ssakamotooptions 	PCIVERBOSE	# verbose PCI device messages
831.5Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
841.1Ssakamoto
851.1Ssakamotomainbus0 at root
861.1Ssakamoto
871.13Smattcpu*	at mainbus0
881.1Ssakamotopci0	at mainbus0 bus ?
891.1Ssakamoto
901.1Ssakamotoppb*	at pci? dev ? function ?	# PCI-PCI bridges
911.1Ssakamotopci*	at ppb? bus ?
921.1Ssakamotopchb*	at pci? dev ? function ?	# PCI-Host bridges
931.1Ssakamotopcib*	at pci? dev ? function ?	# PCI-ISA bridges
941.1Ssakamoto
951.1Ssakamotoisa*	at pcib?			# ISA on PCI-ISA bridge
961.1Ssakamoto
971.1Ssakamotopc0	at isa? port 0x60 irq 1		# generic PC console device
981.1Ssakamoto
991.1Ssakamotocom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1001.1Ssakamotocom1	at isa? port 0x2f8 irq 3
1011.1Ssakamoto#com2	at isa? port 0x380 irq 16
1021.1Ssakamoto#com3	at isa? port 0x388 irq 17
1031.14Slukem
1041.1Ssakamotolpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1051.1Ssakamoto#lpt1	at isa? port 0x278
1061.1Ssakamoto#lpt2	at isa? port 0x3bc
1071.1Ssakamoto
1081.1Ssakamoto#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1091.1Ssakamoto#lms1	at isa? port 0x238 irq 5
1101.1Ssakamoto#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1111.1Ssakamoto#mms1	at isa? port 0x238 irq 5
1121.1Ssakamoto#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1131.1Ssakamoto
1141.11Stsutsui#siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1151.11Stsutsui#scsibus* at siop?
1161.1Ssakamoto
1171.1Ssakamoto#sd*	at scsibus? target ? lun ?	# SCSI disk drives
1181.1Ssakamoto#st*	at scsibus? target ? lun ?	# SCSI tape drives
1191.1Ssakamoto#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1201.1Ssakamoto#ch*	at scsibus? target ? lun ?	# SCSI autochangers
1211.1Ssakamoto#ss*	at scsibus? target ? lun ?	# SCSI scanners
1221.1Ssakamoto#uk*	at scsibus? target ? lun ?	# SCSI unknown
1231.1Ssakamoto
1241.1Ssakamotofdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1251.1Ssakamoto#fdc1	at isa? port 0x370 irq ? drq ?
1261.1Ssakamotofd0	at fdc? drive 1
1271.1Ssakamoto#fd*	at fdc? drive ?
1281.1Ssakamoto
1291.1Ssakamotowdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1301.1Ssakamotowd*	at wdc? drive ?
1311.1Ssakamoto
1321.1Ssakamotone0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
1331.1Ssakamoto#ipkdbif0 at ne?
1341.1Ssakamoto
1351.1Ssakamoto#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
1361.1Ssakamoto#spkr0	at pckbd? port 0x61
1371.1Ssakamoto
1381.1Ssakamoto# Joystick driver. Probe is a little strange; add only if you have one.
1391.1Ssakamoto#joy0	at isa? port 0x201
140