xref: /netbsd-src/sys/arch/pmax/conf/std.pmax64 (revision 364d1eea2017d3c456b6adf1bd9a2ab918f5f1a0)
1#	$NetBSD: std.pmax64,v 1.3 2021/07/14 13:32:37 thorpej Exp $
2# standard, required pmax info
3
4machine pmax mips
5include		"conf/std"	# MI standard options
6makeoptions	MACHINE_ARCH="mips64el"
7
8# Standard exec-package options
9options 	EXEC_ELF64
10options 	EXEC_ELF32	# 32-bit ELF support (native format)
11options 	EXEC_SCRIPT	# exec of #! scripts
12options 	COMPAT_NETBSD32	# exec NetBSD 32-bit binaries
13
14options		VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
15						# default (slow cpu)
16
17makeoptions	DEFTEXTADDR="0x80030000"
18makeoptions	LP64="yes"
19