GENERIC.common revision 1.9 1 # $NetBSD: GENERIC.common,v 1.9 2011/12/30 20:08:36 jmcneill Exp $
2
3 include "arch/usermode/conf/std.usermode"
4
5 options INCLUDE_CONFIG_FILE
6 #ident "GENERIC-$Revision: 1.9 $"
7 maxusers 32
8
9 makeoptions DEBUG="-O1 -g3"
10
11 options SYMTAB_SPACE=310000
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 options WAPBL
42
43 options INET
44 options INET6
45 options NFS_BOOT_DHCP
46 options NFS_BOOT_BOOTPARAM
47
48 config netbsd root on ? type ?
49
50 mainbus0 at root
51 cpu0 at mainbus?
52 clock0 at mainbus?
53 ttycons0 at mainbus?
54 ld0 at mainbus?
55 veth0 at mainbus?
56 vaudio0 at mainbus?
57 audio0 at vaudio0
58
59 vncfb0 at thunkbus?
60 wsdisplay0 at vncfb?
61 wskbd0 at vncfb?
62 wsmouse0 at vncfb? mux 0
63 options WSEMUL_VT100
64 options WS_KERNEL_FG=WSCOL_GREEN
65 options WSKBD_DEFAULT_KEYREPEAT_DEL1=1000
66 options WSKBD_DEFAULT_KEYREPEAT_DELN=200
67 options WSDISPLAY_COMPAT_USL
68
69 pseudo-device loop
70 pseudo-device pty
71 pseudo-device bpfilter
72 pseudo-device drvctl
73 pseudo-device ksyms
74 pseudo-device wsmux
75
76 # Pull in optional local configuration
77 cinclude "arch/usermode/conf/GENERIC.local"
78