GENERIC.common revision 1.10 1 # $NetBSD: GENERIC.common,v 1.10 2012/01/02 21:48:14 reinoud Exp $
2
3 include "arch/usermode/conf/std.usermode"
4
5 options INCLUDE_CONFIG_FILE
6 #ident "GENERIC-$Revision: 1.10 $"
7 maxusers 32
8
9 makeoptions DEBUG="-O1 -g3"
10
11 options SYMTAB_SPACE=350000
12
13 options RTC_OFFSET=0
14 options KTRACE
15 #options USERCONF
16
17 options SYSVMSG
18 options SYSVSEM
19 options SYSVSHM
20
21 options DEBUG
22 #options DDB # missing support
23 options DIAGNOSTIC
24 options LOCKDEBUG
25 #options DEBUG_EXEC
26 options CPU_DEBUG
27 #options UVMHIST
28 #options UVMHIST_PRINT
29
30 options COMPAT_BSDPTY
31 options COMPAT_50
32 options COMPAT_OSSAUDIO
33
34 file-system FFS
35 file-system MFS
36 file-system FDESC
37 file-system KERNFS
38 file-system PROCFS
39 file-system PTYFS
40 file-system TMPFS
41 file-system NFS
42 file-system UDF
43 file-system NILFS
44 options WAPBL
45
46 options INET
47 options INET6
48 options NFS_BOOT_DHCP
49 options NFS_BOOT_BOOTPARAM
50
51 config netbsd root on ? type ?
52
53 mainbus0 at root
54 cpu0 at mainbus?
55 clock0 at mainbus?
56 ttycons0 at mainbus?
57 ld0 at mainbus?
58 veth0 at mainbus?
59 vaudio0 at mainbus?
60 audio0 at vaudio0
61
62 vncfb0 at thunkbus?
63 wsdisplay0 at vncfb?
64 wskbd0 at vncfb?
65 wsmouse0 at vncfb? mux 0
66 options WSEMUL_VT100
67 options WS_KERNEL_FG=WSCOL_GREEN
68 options WSKBD_DEFAULT_KEYREPEAT_DEL1=1000
69 options WSKBD_DEFAULT_KEYREPEAT_DELN=200
70 options WSDISPLAY_COMPAT_USL
71
72 pseudo-device loop
73 pseudo-device pty
74 pseudo-device bpfilter
75 pseudo-device drvctl
76 pseudo-device ksyms
77 pseudo-device wsmux
78
79 # Pull in optional local configuration
80 cinclude "arch/usermode/conf/GENERIC.local"
81