#	$NetBSD: INSTALL,v 1.31.2.1 2004/07/15 20:21:52 he Exp $
#
# INSTALL -- install kernel
#
#

include	"arch/pc532/conf/std.pc532"

#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary

makeoptions	COPTS="-Os -msb"	# Don't inline, save space

# Enable the hooks used for initializing the root memory-disk.
options 	MEMORY_DISK_HOOKS
options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
options 	MEMORY_DISK_ROOT_SIZE=4096	# size of memory disk, in blocks

# estimated number of users
maxusers	2

# File systems
file-system 	FFS				# Berkeley fast file system
file-system 	MSDOSFS				# MS-DOS file system
file-system 	CD9660				# ISO 9660 CD-ROM file system
file-system 	KERNFS				# /kern
file-system 	NFS				# Network File System client

# Filesystem options
#options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
options 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem

options 	KMEMSTATS			# saves about 50k
options 	INET				# IP + ICMP + TCP + UDP

options 	USERCONF			# userconf(4) support
options		PIPE_SOCKETPAIR			# smaller, but slower pipe(2)
#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
options 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory

# pc532 special options
options 	CPU30MHZ			# necessary for fast machines
#options 	CONSOLE_SPEED=B9600		# default console baud rate
#options 	SCNDEF_CFLAG="CREAD|CS8|HUPCL"	# use the monitor's setting
options 	NO_INLINE_SPLX			# go for space, not for speed

# Kernel root file system and dump configuration.
config		netbsd	root on ? type ?

sd* at scsibus? target ? lun ?			# SCSI disks
st* at scsibus? target ? lun ?			# SCSI tapes
cd* at scsibus? target ? lun ?			# SCSI CD-ROMs
se* at scsibus0 target ? lun ?			# Cabletron EA412/EA419

pseudo-device	md				# Memory disk
pseudo-device	loop 1				# loopback network
pseudo-device	sl 1				# compressed SLIP
pseudo-device	ppp 1				# Point-to-Point Protocol
pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)

pseudo-device	rnd			# /dev/random and in-kernel generator
