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