INSTALL revision 1.8
11.8Sabs#	$NetBSD: INSTALL,v 1.8 2000/09/25 13:54:51 abs 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.8Sabsmakeoptions 	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.8Sabs#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.1Ssakamoto
321.1Ssakamotooptions 	TCP_COMPAT_42
331.1Ssakamoto#options 	COMPAT_43
341.1Ssakamoto#options 	COMPAT_09
351.1Ssakamotooptions 	COMPAT_10
361.1Ssakamotooptions 	COMPAT_12
371.1Ssakamotooptions 	COMPAT_13
381.4Saugustssoptions 	COMPAT_14
391.8Sabsoptions 		COMPAT_386BSD_MBRPART	# recognize old partition ID
401.1Ssakamoto
411.8Sabs# File systems
421.1Ssakamotofile-system 	FFS
431.1Ssakamotofile-system	EXT2FS
441.1Ssakamotofile-system 	MFS
451.1Ssakamotofile-system 	NFS
461.1Ssakamotofile-system 	CD9660
471.1Ssakamotofile-system 	MSDOSFS
481.1Ssakamoto#file-system 	FDESC
491.1Ssakamotofile-system 	KERNFS
501.1Ssakamoto#file-system 	NULLFS
511.1Ssakamoto#file-system 	PORTAL
521.1Ssakamoto#file-system 	PROCFS
531.1Ssakamoto#file-system 	UMAPFS
541.1Ssakamoto#file-system 	UNION
551.1Ssakamoto
561.8Sabs# Filesystem options
571.8Sabs#options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
581.8Sabs#options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
591.8Sabs
601.1Ssakamoto#options 	NFSSERVER
611.1Ssakamoto
621.1Ssakamotooptions 	INET
631.1Ssakamoto
641.8Sabs#options 	NFS_BOOT_BOOTPARAM
651.1Ssakamoto
661.1Ssakamotoconfig		netbsd	root on ? type ffs
671.1Ssakamoto
681.1Ssakamoto#pseudo-device	vnd		4
691.1Ssakamotopseudo-device	md		1
701.1Ssakamotopseudo-device	loop
711.1Ssakamoto#pseudo-device	bpfilter	8	# packet filter
721.6Sjdolecekpseudo-device	pty
731.1Ssakamoto
741.1Ssakamoto#
751.1Ssakamoto# device
761.1Ssakamoto#
771.1Ssakamotooptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
781.1Ssakamoto
791.1Ssakamotooptions 	PCIVERBOSE	# verbose PCI device messages
801.5Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
811.1Ssakamoto
821.1Ssakamotomainbus0 at root
831.1Ssakamoto
841.1Ssakamotopci0	at mainbus0 bus ?
851.1Ssakamoto
861.1Ssakamotoppb*	at pci? dev ? function ?	# PCI-PCI bridges
871.1Ssakamotopci*	at ppb? bus ?
881.1Ssakamotopchb*	at pci? dev ? function ?	# PCI-Host bridges
891.1Ssakamotopcib*	at pci? dev ? function ?	# PCI-ISA bridges
901.1Ssakamoto
911.1Ssakamotoisa*	at pcib?			# ISA on PCI-ISA bridge
921.1Ssakamoto
931.1Ssakamotopc0	at isa? port 0x60 irq 1		# generic PC console device
941.1Ssakamoto
951.1Ssakamotocom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
961.1Ssakamotocom1	at isa? port 0x2f8 irq 3
971.1Ssakamoto#com2	at isa? port 0x380 irq 16
981.1Ssakamoto#com3	at isa? port 0x388 irq 17
991.1Ssakamoto  
1001.1Ssakamotolpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1011.1Ssakamoto#lpt1	at isa? port 0x278
1021.1Ssakamoto#lpt2	at isa? port 0x3bc
1031.1Ssakamoto
1041.1Ssakamoto#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1051.1Ssakamoto#lms1	at isa? port 0x238 irq 5
1061.1Ssakamoto#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1071.1Ssakamoto#mms1	at isa? port 0x238 irq 5
1081.1Ssakamoto#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1091.1Ssakamoto
1101.1Ssakamoto#ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1111.1Ssakamoto#scsibus* at ncr?
1121.1Ssakamoto
1131.1Ssakamoto#sd*	at scsibus? target ? lun ?	# SCSI disk drives
1141.1Ssakamoto#st*	at scsibus? target ? lun ?	# SCSI tape drives
1151.1Ssakamoto#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1161.1Ssakamoto#ch*	at scsibus? target ? lun ?	# SCSI autochangers
1171.1Ssakamoto#ss*	at scsibus? target ? lun ?	# SCSI scanners
1181.1Ssakamoto#uk*	at scsibus? target ? lun ?	# SCSI unknown
1191.1Ssakamoto
1201.1Ssakamotofdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1211.1Ssakamoto#fdc1	at isa? port 0x370 irq ? drq ?
1221.1Ssakamotofd0	at fdc? drive 1
1231.1Ssakamoto#fd*	at fdc? drive ?
1241.1Ssakamoto
1251.1Ssakamotowdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1261.1Ssakamotowd*	at wdc? drive ?
1271.1Ssakamoto
1281.1Ssakamotone0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
1291.1Ssakamoto#ipkdbif0 at ne?
1301.1Ssakamoto
1311.1Ssakamoto#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
1321.1Ssakamoto#spkr0	at pckbd? port 0x61
1331.1Ssakamoto
1341.1Ssakamoto# Joystick driver. Probe is a little strange; add only if you have one.
1351.1Ssakamoto#joy0	at isa? port 0x201
136