std.amd64 revision 1.12
11.12Sbouyer# $NetBSD: std.amd64,v 1.12 2020/04/25 15:26:16 bouyer 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.6Sadmainbus0 at root
191.6Sadcpu* at mainbus?
201.6Sadioapic* at mainbus? apid ?
211.6Sad
221.7Salc# Atheros HAL options
231.7Salcinclude "external/isc/atheros_hal/conf/std.ath_hal"
24