std.amd64 revision 1.10
11.10Smrg# $NetBSD: std.amd64,v 1.10 2015/05/07 19:14:55 mrg Exp $
21.1Sfvdl#
31.1Sfvdl# standard, required NetBSD/amd64 'options'
41.1Sfvdl
51.1Sfvdlmachine amd64 x86
61.2Syamtinclude		"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.5Sadoptions		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