mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
8 lines
132 B
Bash
8 lines
132 B
Bash
|
SCRIPT_NAME=i386msdos
|
||
|
OUTPUT_FORMAT="msdos"
|
||
|
TEXT_START_ADDR=0x0
|
||
|
NONPAGED_TEXT_START_ADDR=0x0
|
||
|
SEGMENT_SIZE=0x10
|
||
|
PAD_TEXT=t
|
||
|
ARCH=i386
|