You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
274 B

SCRIPT_NAME=m68kaux
OUTPUT_FORMAT="coff-m68k-aux"
SEGMENT_SIZE=0x40000
TARGET_PAGE_SIZE=0x1000
TEXT_START_ADDR="$SEGMENT_SIZE + SIZEOF_HEADERS"
NON_PAGED_TEXT_START_ADDR=SIZEOF_HEADERS
DATA_ALIGNMENT_="(. & (-$SEGMENT_SIZE | $TARGET_PAGE_SIZE-1)) + $SEGMENT_SIZE"
ARCH=m68k