INSTALL revision 1.14
11.14Schristos# 	$NetBSD: INSTALL,v 1.14 2004/11/10 17:54:05 christos Exp $
21.1Swdk#
31.1Swdkinclude		"arch/mipsco/conf/std.mipsco"
41.7Satatat
51.7Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
61.1Swdk
71.4Slukemmakeoptions	COPTS="-Os -mmemcpy"	# Optimise for space. Implies -O2
81.1Swdk
91.1Swdkmaxusers	8
101.1Swdk
111.1Swdkoptions 	MIPS1			# R2000/R3000 support
121.1Swdk
131.1Swdk# Standard system options
141.4Slukemoptions 	HZ=25
151.9Slukemoptions 	USERCONF		# userconf(4) support
161.6Sgmcgarryoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
171.13Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
181.8Sabsoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
191.1Swdk
201.1Swdk# Debugging options
211.1Swdk#options 	DDB			# kernel dynamic debugger
221.1Swdk#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
231.1Swdk#options 	DEBUG			# extra kernel debugging support
241.1Swdk#options 	DIAGNOSTIC		# extra kernel sanity checking
251.1Swdk#options 	SCSIVERBOSE		# Verbose SCSI errors
261.1Swdk
271.1Swdk# Compatibility options
281.1Swdk#options 	COMPAT_43		# compatibility with 4.3BSD binaries
291.1Swdk#options 	COMPAT_10		# NetBSD 1.0 binary compatibility
301.1Swdk#options 	COMPAT_11		# NetBSD 1.1 binary compatibility
311.1Swdk#options 	COMPAT_12		# NetBSD 1.2 binary compatibility
321.1Swdk#options 	COMPAT_13		# NetBSD 1.3 binary compatibility
331.12Ssimonb#options 	COMPAT_14		# NetBSD 1.4 binary compatibility
341.12Ssimonb#options 	COMPAT_16		# NetBSD 1.6 binary compatibility
351.1Swdk#options 	EXEC_AOUT		# exec a.out binaries
361.1Swdk#options 	EXEC_ECOFF		# exec ecoff binaries
371.3Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
381.14Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
391.1Swdk
401.1Swdk# Filesystem options
411.1Swdkfile-system	FFS		# Berkeley Fast Filesystem
421.1Swdkfile-system	NFS		# Sun NFS-compatible filesystem client
431.1Swdkfile-system	KERNFS		# kernel data-structure filesystem
441.1Swdkfile-system	CD9660		# ISO 9660 + Rock Ridge file system
451.1Swdk
461.1Swdk# Options for saving space in install kernels
471.1Swdkoptions 	NFS_V2_ONLY		# Exclude NFS3 and NQNFS
481.8Sabsoptions 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
491.1Swdk
501.1Swdk# Networking options
511.1Swdkoptions 	INET		# Internet protocols
521.1Swdkoptions 	NFS_BOOT_DHCP		# superset of BOOTP
531.3Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
541.1Swdk
551.1Swdkconfig		netbsd	root on ? type ?
561.1Swdk
571.1Swdkmainbus0 at root
581.1Swdk
591.1Swdkcpu0	at mainbus0
601.1Swdkobio0	at mainbus0
611.1Swdk
621.1Swdkmkclock0 at obio0 addr 0xbd000000	# MK48T02 realtime clock
631.1Swdk
641.10Swizrambo0	at obio0 addr 0xbc000000	# RAMBO DMA & timer asic
651.1Swdk
661.1Swdkle0	at obio0 addr 0xba000000	# onboard LANCE ethernet
671.1Swdk
681.1Swdk# Not currently implemented
691.1Swdk#kb0	at obio0 addr 0xbfd00000	# keyboard
701.1Swdk#fb0	at obio0 addr 0x88000000	# framebuffer
711.1Swdk
721.1Swdkfd0	at obio0 addr 0xbe000000	# i82072 floppy disk controller
731.1Swdk
741.1Swdkzsc0	at obio0 addr 0xbb000000	# Base address for Z8530 SCC
751.1Swdkzstty0	at zsc0 channel 0		# tty00
761.1Swdkzstty1	at zsc0 channel 1		# tty01
771.1Swdk
781.1Swdkasc0	at obio0 addr 0xb8000000	# onboard NCR 53c94 SCSI controller
791.1Swdk
801.1Swdkscsibus0 at asc0
811.1Swdk
821.1Swdksd*	at scsibus? target ? lun ?	# SCSI disks
831.1Swdkst*	at scsibus? target ? lun ?	# SCSI tapes
841.1Swdkcd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
851.1Swdkch*	at scsibus? target ? lun ?	# SCSI changer devices
861.1Swdk
871.1Swdkpseudo-device	loop			# loopback interface; required
881.2Sabspseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
891.1Swdk#pseudo-device	sl		2	# SLIP interfaces
901.1Swdk#pseudo-device	ppp		2	# PPP interfaces
911.1Swdk#pseudo-device	tun		4	# Network "tunnel" device
921.1Swdkpseudo-device	ccd		4	# concatenated and striped disks
931.1Swdk#pseudo-device	raid		4	# RAIDframe disk driver
941.11Sitojun
951.11Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
96