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.
7 lines
123 B
Bash
Executable File
7 lines
123 B
Bash
Executable File
EMULATION_NAME=a29k
|
|
SCRIPT_NAME=a29k
|
|
OUTPUT_FORMAT="coff-a29k-big"
|
|
TEXT_START_ADDR=0x1000000
|
|
PAGE_SIZE=0x1000000
|
|
ARCH=a29k
|