mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 21:40:38 +00:00
de566389ca
is to use shell scripts to generate everything. * Each emulation is defined by a short shell script with extension *.sh that specifies the emulation-specific parameters (such as the name of the *.sh-sc and *.em files to use). * genscript.sh is the master shell script used to generate an emulation. It is passed various argument, including the name a the emulation-speciic *.sh file that it "sources" to set variables to emulation-specifc parameters.
8 lines
145 B
Bash
Executable File
8 lines
145 B
Bash
Executable File
EMULATION_NAME=i386aout
|
|
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-i386"
|
|
PAGE_SIZE=0x1000
|
|
TEXT_START_ADDR=0
|
|
NONPAGED_TEXT_START_ADDR=0x1000
|
|
ARCH=i386
|