GENERIC revision 1.10
1#	$NetBSD: GENERIC,v 1.10 1998/02/24 05:45:51 mycroft 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
60mainbus0	at root
61
62ofbus*		at mainbus?
63ofbus*		at ofbus?
64
65ofdisk*		at ofbus?
66
67ofnet*		at ofbus?
68ipkdbif0	at ofnet?
69
70ofcons*		at ofbus?
71
72ofrtc*		at ofbus?
73
74pseudo-device	loop
75pseudo-device	bpfilter	8	# packet filter
76pseudo-device	pty		64
77# rnd is EXPERIMENTAL
78#pseudo-device	rnd			# /dev/random and in-kernel generator
79