11.13Smanu# $NetBSD: std.amd64,v 1.13 2023/05/05 00:34:41 manu Exp $
21.1Sfvdl#
31.1Sfvdl# standard, required NetBSD/amd64 'options'
41.1Sfvdl
51.12Sbouyermachine amd64 x86 xen
61.11Sryoinclude 	"conf/std"	# MI standard options
71.12Sbouyerinclude 	"arch/xen/conf/std.xenversion"
81.1Sfvdl
91.4Sjoergoptions 	CPU_IN_CKSUM
101.1Sfvdloptions 	EXEC_ELF64	# exec ELF binaries
111.1Sfvdloptions 	EXEC_SCRIPT	# exec #! scripts
121.1Sfvdloptions 	MTRR
131.11Sryooptions 	MULTIPROCESSOR
141.6Sad
151.10Smrgoptions 	CHILD_MAX=1024	# 160 is too few
161.10Smrgoptions 	OPEN_MAX=1024	# 128 is too few
171.10Smrg
181.13Smanuoptions 	SELFRELOC
191.13Smanu
201.6Sadmainbus0 at root
211.6Sadcpu* at mainbus?
221.6Sadioapic* at mainbus? apid ?
231.6Sad
241.7Salc# Atheros HAL options
251.7Salcinclude "external/isc/atheros_hal/conf/std.ath_hal"
26