Home | History | Annotate | Line # | Download | only in conf
GENERIC.common revision 1.3
      1 # $NetBSD: GENERIC.common,v 1.3 2011/12/26 21:06:42 jmcneill Exp $
      2 
      3 include "arch/usermode/conf/std.usermode"
      4 
      5 options 	INCLUDE_CONFIG_FILE
      6 #ident 		"GENERIC-$Revision: 1.3 $"
      7 maxusers 	32
      8 
      9 makeoptions	DEBUG="-O1 -g3"
     10 
     11 options 	RTC_OFFSET=0
     12 options 	KTRACE
     13 #options 	USERCONF
     14 
     15 options 	SYSVMSG
     16 options 	SYSVSEM
     17 options 	SYSVSHM
     18 
     19 options 	DEBUG
     20 #options	DDB			# missing support
     21 options 	DIAGNOSTIC
     22 options		LOCKDEBUG
     23 #options 	DEBUG_EXEC
     24 options		CPU_DEBUG
     25 #options	UVMHIST
     26 #options	UVMHIST_PRINT
     27 
     28 options 	COMPAT_BSDPTY
     29 options 	COMPAT_50
     30 
     31 file-system	FFS
     32 file-system	MFS
     33 file-system	FDESC
     34 file-system	KERNFS
     35 file-system	PROCFS
     36 file-system	PTYFS
     37 file-system	TMPFS
     38 options		WAPBL
     39 
     40 options 	INET
     41 options		INET6
     42 options 	NFS_BOOT_DHCP
     43 options 	NFS_BOOT_BOOTPARAM
     44 
     45 config		netbsd	root on ? type ?
     46 
     47 mainbus0	at root
     48 cpu0		at mainbus?
     49 clock0		at mainbus?
     50 ttycons0	at mainbus?
     51 ld0		at mainbus?
     52 veth0		at mainbus?
     53 vaudio0		at mainbus?
     54 audio0		at vaudio0
     55 
     56 #options		SDL
     57 #genfb0		at thunkbus?
     58 #wsdisplay0	at genfb?
     59 
     60 pseudo-device	loop
     61 pseudo-device	pty
     62 pseudo-device	bpfilter
     63 
     64 # Pull in optional local configuration
     65 cinclude "arch/usermode/conf/GENERIC.local"
     66