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