GENERIC revision 1.2
1#
2# First try for PPC GENERIC config file
3#
4
5machine		powerpc
6
7maxusers	32
8
9# Standard system options (should go into std.powerpc?)
10options		SWAPPAGER, VNODEPAGER, DEVPAGER
11options		MACHINE_NONCONTIG
12options		EXEC_AOUT
13options		EXEC_SCRIPT
14
15# various hacks due to bugs in Openfirmware implementation
16options		FIREPOWERBUGS
17
18options		KGDBUSERHACK
19makeoptions	DEBUG="-g"
20
21options		TCP_COMPAT_42
22options		COMPAT_43
23options		COMPAT_09
24options		COMPAT_10
25options		COMPAT_12
26
27options		FFS
28options		MFS
29
30options		NFSCLIENT
31options		NFSSERVER
32
33options		CD9660
34options		MSDOSFS
35options		FDESC
36options		FIFO
37options		KERNFS
38options		NULLFS
39options		PORTAL
40options		PROCFS
41options		UMAPFS
42options		UNION
43
44options		INET
45options		NMBCLUSTERS=1024
46
47config		netbsd	swap generic
48
49ofroot*		at root
50
51ofbus*		at openfirm?
52
53ofdisk*		at openfirm?
54
55ofnet*		at openfirm?
56kgdbif0		at ofnet?
57
58ofcons*		at openfirm?
59
60ofrtc*		at openfirm?
61
62pseudo-device	loop
63pseudo-device	pty	64
64