blob: 1cb32d6fcd35dbaef461ee0272095c5ddf88c42b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: std.cobalt,v 1.16 2021/07/14 13:32:37 thorpej Exp $
machine cobalt mips
include "conf/std" # MI standard options
options MIPS3
options MIPS3_ENABLE_CLOCK_INTR
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
options VMSWAP_DEFAULT_PLAINTEXT # do not encrypt swap by
# default (slow cpu)
makeoptions DEFTEXTADDR="0x80001000"
|