Home | History | Annotate | Line # | Download | only in conf
std.xen revision 1.12
      1  1.12  jdolecek # $NetBSD: std.xen,v 1.12 2020/04/09 14:39:10 jdolecek Exp $
      2   1.2    bouyer # NetBSD: std.i386,v 1.24 2003/02/26 21:33:36 fvdl Exp 
      3   1.2    bouyer #
      4   1.2    bouyer # standard, required NetBSD/i386 'options'
      5   1.2    bouyer 
      6   1.2    bouyer machine xen amd64
      7   1.9       ryo include 	"conf/std"	# MI standard options
      8   1.2    bouyer 
      9   1.2    bouyer options 	XEN	#Xen support
     10  1.12  jdolecek 
     11  1.12  jdolecek include		"arch/xen/conf/std.xenversion"
     12   1.2    bouyer 
     13   1.3     joerg options 	CPU_IN_CKSUM
     14   1.2    bouyer options 	EXEC_ELF64	# exec ELF binaries
     15   1.2    bouyer options 	EXEC_SCRIPT	# exec #! scripts
     16   1.2    bouyer options 	MTRR
     17   1.8     joerg 
     18   1.8     joerg options 	CHILD_MAX=1024	# 160 is too few
     19   1.8     joerg options 	OPEN_MAX=1024	# 128 is too few
     20