Home | History | Annotate | Line # | Download | only in conf
GENERIC.common revision 1.26
      1 # $NetBSD: GENERIC.common,v 1.26 2017/09/14 07:58:44 mrg Exp $
      2 
      3 include "arch/usermode/conf/std.usermode"
      4 
      5 options 	INCLUDE_CONFIG_FILE
      6 #ident 		"GENERIC-$Revision: 1.26 $"
      7 maxusers 	32
      8 
      9 makeoptions	DEBUG="-O1 -g3"
     10 
     11 makeoptions	COPY_SYMTAB=1
     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 include 	"conf/compat_netbsd50.config"
     32 options 	COMPAT_OSSAUDIO
     33 
     34 file-system	FFS
     35 file-system	MFS
     36 file-system	FDESC
     37 file-system	KERNFS
     38 file-system	NULLFS
     39 file-system	PROCFS
     40 file-system	UNION
     41 file-system	PTYFS
     42 file-system	TMPFS
     43 file-system	NFS
     44 file-system	CD9660
     45 file-system	UDF
     46 file-system	NILFS
     47 
     48 #options 	DISKLABEL_EI
     49 #options 	FFS_EI
     50 options		WAPBL
     51 
     52 options 	INET
     53 options		INET6
     54 options 	NFS_BOOT_DHCP
     55 options 	NFS_BOOT_BOOTPARAM
     56 
     57 config		netbsd	root on ? type ?
     58 
     59 mainbus0	at root
     60 cpu0		at mainbus?
     61 clock0		at mainbus?
     62 ttycons0	at mainbus?
     63 ld*		at mainbus?
     64 veth0		at mainbus?
     65 vaudio0		at mainbus?
     66 audio0		at vaudio0
     67 
     68 spkr*		at audio?		# PC speaker (synthesized)
     69 
     70 vncfb0		at mainbus?
     71 wsdisplay0	at vncfb?
     72 wskbd0		at vncfb?
     73 wsmouse0	at vncfb? mux 0
     74 options 	WSEMUL_VT100
     75 options 	WS_KERNEL_FG=WSCOL_GREEN
     76 options 	WSKBD_DEFAULT_KEYREPEAT_DEL1=1000
     77 options 	WSKBD_DEFAULT_KEYREPEAT_DELN=200
     78 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
     79 
     80 pseudo-device	loop
     81 pseudo-device	pty
     82 pseudo-device	bpfilter
     83 pseudo-device	clockctl
     84 pseudo-device	drvctl
     85 pseudo-device	ksyms
     86 pseudo-device	wsmux
     87 
     88 # Pull in optional local configuration
     89 cinclude "arch/usermode/conf/GENERIC.local"
     90