Home | History | Annotate | Line # | Download | only in conf
std.amigappc revision 1.7
      1  1.7  phx #	$NetBSD: std.amigappc,v 1.7 2009/07/21 09:49:15 phx Exp $
      2  1.7  phx #
      3  1.7  phx # standard, required NetBSD/amigappc 'options'
      4  1.1   is 
      5  1.7  phx machine		amigappc powerpc
      6  1.7  phx include		"conf/std"	# MI standard options
      7  1.1   is 
      8  1.7  phx options 	PPC_OEA
      9  1.7  phx makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
     10  1.7  phx options		PPC_HIGH_VEC	# Exception vectors at 0xfff00000
     11  1.7  phx options		DISTANT_KERNEL	# Kernel not in range for ba/bla calls
     12  1.1   is 
     13  1.7  phx options		EXEC_ELF32	# exec ELF binaries
     14  1.7  phx options 	EXEC_SCRIPT	# exec #! scripts
     15  1.1   is 
     16  1.7  phx options 	INTSTK=0x2000
     17  1.7  phx options		MSGBUFADDR=0xfff70000
     18  1.7  phx options		MSGBUFSIZE=0x10000
     19  1.1   is 
     20  1.7  phx makeoptions     TEXTADDR=0x08000000
     21