Define "TARGET_PAGE_SIZE=0x2000" so the linker uses an 8KB pagesize

instead of the 4KB default.
This commit is contained in:
scw 2000-12-19 09:37:04 +00:00
parent 684fe5613d
commit 3b11f4ee69

View File

@ -1,6 +1,7 @@
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-m68k"
TEXT_START_ADDR=0x2000
TARGET_PAGE_SIZE=0x2000
MAXPAGESIZE=0x2000
NONPAGED_TEXT_START_ADDR=${TEXT_START_ADDR}
ARCH=m68k