mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
6 lines
101 B
Bash
6 lines
101 B
Bash
|
SCRIPT_NAME=h8300s
|
||
|
OUTPUT_FORMAT="coff-h8300"
|
||
|
TEXT_START_ADDR=0x8000
|
||
|
TARGET_PAGE_SIZE=128
|
||
|
ARCH=h8300
|