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