diff options
| author | John "Lameguy" Wilbert Villamor <lameguy64@gmail.com> | 2021-08-31 13:23:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-31 13:23:20 +0800 |
| commit | ffa679d4d24b891cb59aba10946368f2ec00c391 (patch) | |
| tree | 0cf6061915ebf48acdedf6d77b0c1b76eec5b8c3 /examples/system/dynlink/iso.xml | |
| parent | 317dc2b91d3afcdbaddb035f38611d12af161970 (diff) | |
| parent | f2fc18f82dd7900465d6ab3ae2080726d5589d39 (diff) | |
| download | psn00bsdk-ffa679d4d24b891cb59aba10946368f2ec00c391.tar.gz | |
Merge pull request #36 from spicyjpeg/dynlink
Dynamic linker, gp-relative addressing, ldscripts and more
Diffstat (limited to 'examples/system/dynlink/iso.xml')
| -rw-r--r-- | examples/system/dynlink/iso.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/examples/system/dynlink/iso.xml b/examples/system/dynlink/iso.xml new file mode 100644 index 0000000..76cc8fc --- /dev/null +++ b/examples/system/dynlink/iso.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<iso_project + image_name="build/dynlink.bin" + cue_sheet="build/dynlink.cue" +> + <track type="data"> + <identifiers + system ="PLAYSTATION" + volume ="DYNLINK" + volume_set ="DYNLINK" + publisher ="MEIDOTEK" + data_preparer ="PSN00BSDK BUILD SCRIPT" + application ="PLAYSTATION" + copyright ="README.TXT;1" + /> + + <directory_tree> + <file name="SYSTEM.CNF" type="data" source="system.cnf" /> + <file name="MAIN.EXE" type="data" source="build/main.exe" /> + <file name="MAIN.MAP" type="data" source="build/main.map" /> + + <file name="CUBE.DLL" type="data" source="build/library/cube.dll" /> + <file name="BALLS.DLL" type="data" source="build/library/balls.dll" /> + + <dummy sectors="1024"/> + </directory_tree> + </track> + + <!--<track type="audio" source="track2.wav" />--> +</iso_project> |
