1#         $NetBSD: std.amigappc,v 1.8 2010/03/05 17:58:15 phx Exp $
2#
3# standard, required NetBSD/amigappc 'options'
4
5machine             amigappc powerpc
6include             "conf/std"          # MI standard options
7
8options   PPC_OEA
9makeoptions         PPCDIR="oea"        # Tell Makefile.powerpc what dir to use
10options             PPC_HIGH_VEC        # Exception vectors at 0xfff00000
11options             DISTANT_KERNEL      # Kernel not in range for ba/bla calls
12
13options             EXEC_ELF32          # exec ELF binaries
14options   EXEC_SCRIPT         # exec #! scripts
15
16options   INTSTK=0x2000
17options             MSGBUFADDR=0xfff70000
18options             MSGBUFSIZE=0x10000
19
20# The kernel has to be relocated by the boot loader
21makeoptions     TEXTADDR=0x08000000
22makeoptions         EXTRA_LINKFLAGS="-q"
23