12df71b07c
ELF, not a.out. But all the other tools support both. I'm not so sure about the assembler -- it might need more work.
7 lines
145 B
Bash
7 lines
145 B
Bash
SCRIPT_NAME=aout
|
|
TEXT_START_ADDR=0x1020
|
|
OUTPUT_FORMAT="a.out-i386-freebsd"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=i386
|
|
EXECUTABLE_SYMBOLS='__DYNAMIC = 0;'
|