xref: /netbsd-src/sys/arch/pmax/conf/std.pmax (revision 364d1eea2017d3c456b6adf1bd9a2ab918f5f1a0)
1#	$NetBSD: std.pmax,v 1.19 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="mipsel"
7
8# Standard exec-package options
9options 	EXEC_ELF32	# 32-bit ELF support (native format)
10options 	EXEC_SCRIPT	# exec of #! scripts
11
12options		VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
13						# default (slow cpu)
14
15makeoptions	DEFTEXTADDR="0x80030000"
16