summaryrefslogtreecommitdiff
path: root/sys/arch/amigappc/conf/std.amigappc
blob: 273e4458a15a11cc9d460fdad7aa4368b2ec3c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#	$NetBSD: std.amigappc,v 1.8 2010/03/05 17:58:15 phx Exp $
#
# standard, required NetBSD/amigappc 'options'

machine		amigappc powerpc
include		"conf/std"	# MI standard options

options 	PPC_OEA
makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
options		PPC_HIGH_VEC	# Exception vectors at 0xfff00000
options		DISTANT_KERNEL	# Kernel not in range for ba/bla calls

options		EXEC_ELF32	# exec ELF binaries
options 	EXEC_SCRIPT	# exec #! scripts

options 	INTSTK=0x2000
options		MSGBUFADDR=0xfff70000
options		MSGBUFSIZE=0x10000

# The kernel has to be relocated by the boot loader
makeoptions     TEXTADDR=0x08000000
makeoptions	EXTRA_LINKFLAGS="-q"