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