GENERIC.common revision 1.2 1 # $NetBSD: GENERIC.common,v 1.2 2011/12/26 12:39:19 jmcneill Exp $
2
3 include "arch/usermode/conf/std.usermode"
4
5 options INCLUDE_CONFIG_FILE
6 #ident "GENERIC-$Revision: 1.2 $"
7 maxusers 32
8
9 makeoptions DEBUG="-O1 -g3"
10
11 options RTC_OFFSET=0
12 options KTRACE
13 #options USERCONF
14
15 options SYSVMSG
16 options SYSVSEM
17 options SYSVSHM
18
19 options DEBUG
20 #options DDB # missing support
21 options DIAGNOSTIC
22 options LOCKDEBUG
23 #options DEBUG_EXEC
24 options CPU_DEBUG
25 #options UVMHIST
26 #options UVMHIST_PRINT
27
28 options COMPAT_BSDPTY
29 options COMPAT_50
30
31 file-system FFS
32 file-system MFS
33 file-system FDESC
34 file-system KERNFS
35 file-system PROCFS
36 file-system PTYFS
37 file-system TMPFS
38 options WAPBL
39
40 options INET
41 options INET6
42 options NFS_BOOT_DHCP
43 options NFS_BOOT_BOOTPARAM
44
45 config netbsd root on ? type ?
46
47 mainbus0 at root
48 cpu0 at mainbus?
49 clock0 at mainbus?
50 ttycons0 at mainbus?
51 ld0 at mainbus?
52 veth0 at mainbus?
53
54 #options SDL
55 #genfb0 at thunkbus?
56 #wsdisplay0 at genfb?
57
58 pseudo-device loop
59 pseudo-device pty
60 pseudo-device bpfilter
61
62 # Pull in optional local configuration
63 cinclude "arch/usermode/conf/GENERIC.local"
64