#	$NetBSD: GENERIC,v 1.5.8.1 1997/11/20 08:45:49 mellon Exp $
#
# First try for PPC config file
#

machine		powerpc

maxusers	32

# Standard system options (should go into std.powerpc?)
options		SWAPPAGER, VNODEPAGER, DEVPAGER
options		EXEC_AOUT
options 	EXEC_ELF32
options		EXEC_SCRIPT

# various hacks due to bugs in Openfirmware implementation
options		FIRMWORKSBUGS

options		IPKDBUSERHACK	# Allow access to mapped memory via kgdb
options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
# HMAC key to be used for debugging sessions
options 	IPKDBKEY="\"HMAC pass phrase text\""
options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
makeoptions	DEBUG="-g"

options 	DEBUG
options 	DIAGNOSTIC
options 	TRAP_PANICWAIT

options		TCP_COMPAT_42
options		COMPAT_43
options		COMPAT_09
options		COMPAT_10
options		COMPAT_12

file-system 	FFS
file-system 	MFS
file-system 	NFS
file-system 	CD9660
file-system 	MSDOSFS
file-system 	FDESC
file-system 	KERNFS
file-system 	NULLFS
file-system 	PORTAL
file-system 	PROCFS
file-system 	UMAPFS
file-system 	UNION

options		FIFO
options		NFSSERVER

options		INET
options		NMBCLUSTERS=1024

config		netbsd	root on ? type ?

ofroot*		at root

ofbus*		at openfirm?

ofdisk*		at openfirm?

ofnet*		at openfirm?
ipkdbif0	at ofnet?

ofcons*		at openfirm?

ofrtc*		at openfirm?

pseudo-device	loop
pseudo-device	bpfilter	8	# packet filter
pseudo-device	pty		64
# rnd is EXPERIMENTAL
#pseudo-device	rnd			# /dev/random and in-kernel generator
