11.1Sjmcneill#	$NetBSD: std.nintendo,v 1.1 2026/01/09 22:54:28 jmcneill Exp $
21.1Sjmcneill#
31.1Sjmcneill# standard, required NetBSD/nintendo 'options'
41.1Sjmcneill
51.1Sjmcneillmachine		evbppc powerpc
61.1Sjmcneillinclude		"conf/std"	# MI standard options
71.1Sjmcneill
81.1Sjmcneilloptions 	PPC_OEA		# IBM PPC750CXe derived CPUs
91.1Sjmcneillmakeoptions 	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
101.1Sjmcneill
111.1Sjmcneill# Executable support:
121.1Sjmcneilloptions 	EXEC_ELF32	# exec ELF binaries
131.1Sjmcneilloptions 	EXEC_SCRIPT	# exec #! scripts
141.1Sjmcneilloptions 	EVBPPC_HAS_MBR
151.1Sjmcneill
161.1Sjmcneilloptions 	VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
171.1Sjmcneill						# default (slow cpu)
181.1Sjmcneill
191.1Sjmcneilloptions 	INTSTK=0x2000
201.1Sjmcneill
211.1Sjmcneillmakeoptions	TEXTADDR=0x4000
221.1Sjmcneilloptions 	DISTANT_KERNEL
231.1Sjmcneillmakeoptions 	EXTRA_LINKFLAGS="-q"
241.1Sjmcneillmakeoptions	BOARDTYPE="nintendo"
251.1Sjmcneill
261.1Sjmcneilloptions 	PPC_INTR_IMPL="<powerpc/intr.h>"
271.1Sjmcneill
281.1Sjmcneillinclude		"arch/evbppc/conf/files.nintendo"
29