GENERIC revision 1.9
1#	$NetBSD: GENERIC,v 1.9 1998/01/27 09:15:58 sakamoto Exp $
2#
3# First try for PPC config file
4#
5
6machine		powerpc
7
8maxusers	32
9
10# Standard system options (should go into std.powerpc?)
11options 	SWAPPAGER, VNODEPAGER, DEVPAGER
12options 	EXEC_AOUT
13options 	EXEC_ELF32
14options 	EXEC_SCRIPT
15
16# various hacks due to bugs in Openfirmware implementation
17options 	FIRMWORKSBUGS
18
19options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
20options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
21# HMAC key to be used for debugging sessions
22options 	IPKDBKEY="\"HMAC pass phrase text\""
23options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
24makeoptions	DEBUG="-g"
25
26options 	DEBUG
27options 	DIAGNOSTIC
28options 	TRAP_PANICWAIT
29#options	DDB
30#options	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
31
32options 	TCP_COMPAT_42
33options 	COMPAT_43
34options 	COMPAT_09
35options 	COMPAT_10
36options 	COMPAT_12
37options 	COMPAT_13
38
39file-system 	FFS
40file-system 	MFS
41file-system 	NFS
42file-system 	CD9660
43file-system 	MSDOSFS
44file-system 	FDESC
45file-system 	KERNFS
46file-system 	NULLFS
47file-system 	PORTAL
48file-system 	PROCFS
49file-system 	UMAPFS
50file-system 	UNION
51
52options 	FIFO
53options 	NFSSERVER
54
55options 	INET
56options 	NMBCLUSTERS=1024
57
58config		netbsd	root on ? type ?
59
60ofroot*		at root
61
62ofbus*		at openfirm?
63
64ofdisk*		at openfirm?
65
66ofnet*		at openfirm?
67ipkdbif0	at ofnet?
68
69ofcons*		at openfirm?
70
71ofrtc*		at openfirm?
72
73pseudo-device	loop
74pseudo-device	bpfilter	8	# packet filter
75pseudo-device	pty		64
76# rnd is EXPERIMENTAL
77#pseudo-device	rnd			# /dev/random and in-kernel generator
78