std.amd64 revision 1.11
11.11Sryo# $NetBSD: std.amd64,v 1.11 2017/01/12 05:24:36 ryo Exp $
21.1Sfvdl#
31.1Sfvdl# standard, required NetBSD/amd64 'options'
41.1Sfvdl
51.1Sfvdlmachine amd64 x86
61.11Sryoinclude 	"conf/std"	# MI standard options
71.1Sfvdl
81.4Sjoergoptions 	CPU_IN_CKSUM
91.1Sfvdloptions 	EXEC_ELF64	# exec ELF binaries
101.1Sfvdloptions 	EXEC_SCRIPT	# exec #! scripts
111.1Sfvdloptions 	MTRR
121.11Sryooptions 	MULTIPROCESSOR
131.6Sad
141.10Smrgoptions 	CHILD_MAX=1024	# 160 is too few
151.10Smrgoptions 	OPEN_MAX=1024	# 128 is too few
161.10Smrg
171.6Sadmainbus0 at root
181.6Sadcpu* at mainbus?
191.6Sadioapic* at mainbus? apid ?
201.6Sad
211.7Salc# Atheros HAL options
221.7Salcinclude "external/isc/atheros_hal/conf/std.ath_hal"
23