Bump page size to 64k
This commit is contained in:
parent
4e4f46a17d
commit
94202e16cf
2 changed files with 8 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
SCRIPT_NAME=elf
|
||||
ELFSIZE=32
|
||||
OUTPUT_FORMAT="elf32-hppa-linux"
|
||||
TEXT_START_ADDR=0x4000
|
||||
TARGET_PAGE_SIZE=0x4000
|
||||
MAXPAGESIZE=0x4000
|
||||
TEXT_START_ADDR=0x10000
|
||||
TARGET_PAGE_SIZE=0x10000
|
||||
MAXPAGESIZE=0x10000
|
||||
ARCH=hppa
|
||||
MACHINE=hppa1.1 # We use 1.1 specific features.
|
||||
NOP=0x08000240
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue