#
# TINY 532 Distribution, used only for early testing and initial distribution.
#
#	TINY_NS,v 1.2 1993/09/13 07:23:47 phil Exp
#
machine		"pc532"

maxusers	8			# estimated number of users
options		TIMEZONE=0, DST=0	# time zone to read RTC in
options		SWAPPAGER		# paging
options		VNODEPAGER,DEVPAGER	# vnode and device node caching
#options	DDB			# kernel debugger; recommended
#options	DIAGNOSTIC		# internal consistency checking

#options	ACCOUNTING		# process accounting
options		KTRACE			# system call tracing, a la ktrace(1)
options		FIFO			# fifos; recommended
#options	SYSVSHM			# System V shared memory; broken
#options	"SHMMAXPGS=1024"
#options	LKM			# loadable kernel modules

# compatibility options
options		"COMPAT_43"		# 4.3 system calls
options		"TCP_COMPAT_42"		# 4.2 networking ABI
options		"COMPAT_09"		# NetBSD-0.9

# file system options
#options	QUOTA			# file system quotas
options		FFS			# Berkeley fast file system
#options	FASTLINKS		# fast symbolic links in FFS
#options	MFS			# memory file system; uses RAM and swap
#options	NFSSERVER		# Network File System server
#options	NFSCLIENT		# Network File System client
#options	ISOFS			# ISO 9660 CD-ROM file system, with RR
#options	MSDOSFS			# MS-DOS FAT file system
#options	FDESC			# /dev/fd
#options	KERNFS			# kernel file system; recommended

# networking options
#options	GATEWAY			# packet forwarding
options		INET			# IP
#options	NS			# XNS
#options	CCITT			# X.25
#options	ISO			# OSI
#options	TPIP			# ?
#options	EON			# ?

# pc532 specific options
options		"COMDEF_SPEED=B19200"	# default baud on the scn chips
#options	"RAMD_SIZE=1536000"	# Size of the "boot strap ram disk"
#options	"RAMD_ADR=0x400000"	# Adr of the "boot strap ram disk"
options		"CONFIG_NEW"		# Use config.new stuff

config		"netbsd"	root on sd1 swap on sd1

membus0 at root
#clock0 at membus?
#timer0 at membus?

#rd0 at membus?

ncr0 at membus?

scsibus0 at scsi?
#tg* at scsi? target ?

sd* at scsibus? target ? lun ?			# SCSI disks
st* at scsibus? target ? lun ?			# SCSI tapes
#cd* at scsibus? target ? lun ?			# SCSI CD-ROMs

scn0 at membus? port 0
scn1 at membus? port 1
scn2 at membus? port 2
scn3 at membus? port 3
scn4 at membus? port 4
scn5 at membus? port 5
scn6 at membus? port 6
scn7 at membus? port 7

pseudo-device	pty 4			# pseudo-terminals
pseudo-device	loop 1			# loopback network
pseudo-device	bpfilter 4		# packet filter
pseudo-device	sl 1			# compressed SLIP
pseudo-device	ppp 1			# Point-to-Point Protocol

