mirror of
https://github.com/elliotnunn/powermac-rom.git
synced 2024-11-21 19:30:46 +00:00
61 lines
1.1 KiB
Plaintext
61 lines
1.1 KiB
Plaintext
|
ResultDir = :BuildResults:
|
|||
|
LinkerDir = :Linker:
|
|||
|
|
|||
|
|
|||
|
|
|||
|
MainTarget <09> {ResultDir}PowerROM
|
|||
|
|
|||
|
|
|||
|
|
|||
|
RomBin = :RomMondo.bin
|
|||
|
|
|||
|
|
|||
|
|
|||
|
ExceptionTableBin = {ResultDir}PPCExceptionTable.x
|
|||
|
|
|||
|
{ExceptionTableBin} <09> PPCExceptionTable.s
|
|||
|
PPCAsm -o {Targ} {Deps}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
ConfigInfoBin = {ResultDir}ConfigInfo.x
|
|||
|
|
|||
|
{ConfigInfoBin} <09> ConfigInfo.s
|
|||
|
PPCAsm -o {Targ} {Deps}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#### PowerPC NanoKernel ####
|
|||
|
NKDir = :NanoKernel:
|
|||
|
NKIncDir = :Internal:
|
|||
|
NKBin = {ResultDir}NanoKernel.x
|
|||
|
NKOpts =
|
|||
|
#include "{NKDir}InnerMakeFile"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
EmulatorBin = Emulator.x
|
|||
|
|
|||
|
|
|||
|
|
|||
|
{ResultDir}PowerROM <09> {RomBin} {ExceptionTableBin} {ConfigInfoBin} {NKBin} {EmulatorBin}
|
|||
|
{LinkerDir}LinkPowerROM {Targ} <09>
|
|||
|
RomTop: <09>
|
|||
|
0x000000 Mac68kRomTop: <09>
|
|||
|
{RomBin} <09>
|
|||
|
Mac68kRomBtm: <09>
|
|||
|
<09>
|
|||
|
0x300000 ExTblTop: <09>
|
|||
|
{ExceptionTableBin} <09>
|
|||
|
<09>
|
|||
|
0x30d000 ConfigInfoChecksum: <09>
|
|||
|
{ConfigInfoBin} <09>
|
|||
|
<09>
|
|||
|
0x310000 NKTop: <09>
|
|||
|
{NKBin} <09>
|
|||
|
<09>
|
|||
|
0x360000 <09>
|
|||
|
{EmulatorBin} <09>
|
|||
|
0x400000 RomBtm: <09>
|
|||
|
> {ResultDir}LinkerScript ; {ResultDir}LinkerScript
|