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