GENERIC revision 1.7
1#	$NetBSD: GENERIC,v 1.7 1997/11/20 08:11:19 fair 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
30options 	TCP_COMPAT_42
31options 	COMPAT_43
32options 	COMPAT_09
33options 	COMPAT_10
34options 	COMPAT_12
35
36file-system 	FFS
37file-system 	MFS
38file-system 	NFS
39file-system 	CD9660
40file-system 	MSDOSFS
41file-system 	FDESC
42file-system 	KERNFS
43file-system 	NULLFS
44file-system 	PORTAL
45file-system 	PROCFS
46file-system 	UMAPFS
47file-system 	UNION
48
49options 	FIFO
50options 	NFSSERVER
51
52options 	INET
53options 	NMBCLUSTERS=1024
54
55config		netbsd	root on ? type ?
56
57ofroot*		at root
58
59ofbus*		at openfirm?
60
61ofdisk*		at openfirm?
62
63ofnet*		at openfirm?
64ipkdbif0	at ofnet?
65
66ofcons*		at openfirm?
67
68ofrtc*		at openfirm?
69
70pseudo-device	loop
71pseudo-device	bpfilter	8	# packet filter
72pseudo-device	pty		64
73# rnd is EXPERIMENTAL
74#pseudo-device	rnd			# /dev/random and in-kernel generator
75