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