Home | History | Annotate | Line # | Download | only in conf
GENERIC.common revision 1.11
      1 # $NetBSD: GENERIC.common,v 1.11 2012/01/04 14:04:12 jmcneill Exp $
      2 
      3 include "arch/usermode/conf/std.usermode"
      4 
      5 options 	INCLUDE_CONFIG_FILE
      6 #ident 		"GENERIC-$Revision: 1.11 $"
      7 maxusers 	32
      8 
      9 makeoptions	DEBUG="-O1 -g3"
     10 
     11 options 	SYMTAB_SPACE=350000
     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	PROCFS
     40 file-system	PTYFS
     41 file-system	TMPFS
     42 file-system	NFS
     43 file-system	UDF
     44 file-system	NILFS
     45 options		WAPBL
     46 
     47 options 	INET
     48 options		INET6
     49 options 	NFS_BOOT_DHCP
     50 options 	NFS_BOOT_BOOTPARAM
     51 
     52 config		netbsd	root on ? type ?
     53 
     54 mainbus0	at root
     55 cpu0		at mainbus?
     56 clock0		at mainbus?
     57 ttycons0	at mainbus?
     58 ld0		at mainbus?
     59 veth0		at mainbus?
     60 vaudio0		at mainbus?
     61 audio0		at vaudio0
     62 
     63 vncfb0		at thunkbus?
     64 wsdisplay0	at vncfb?
     65 wskbd0		at vncfb?
     66 wsmouse0	at vncfb? mux 0
     67 options 	WSEMUL_VT100
     68 options 	WS_KERNEL_FG=WSCOL_GREEN
     69 options 	WSKBD_DEFAULT_KEYREPEAT_DEL1=1000
     70 options 	WSKBD_DEFAULT_KEYREPEAT_DELN=200
     71 options 	WSDISPLAY_COMPAT_USL
     72 
     73 pseudo-device	loop
     74 pseudo-device	pty
     75 pseudo-device	bpfilter
     76 pseudo-device	clockctl
     77 pseudo-device	drvctl
     78 pseudo-device	ksyms
     79 pseudo-device	wsmux
     80 
     81 # Pull in optional local configuration
     82 cinclude "arch/usermode/conf/GENERIC.local"
     83