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