.. | ||
hello_cd.c | ||
HELO.DAT | ||
isoconfig.xml | ||
Makefile | ||
README.md | ||
system.cnf |
Loading a file from CD
You need mkpsxiso in your $PATH to generate a PSX disk image.
Compile
make all
Clean directory
make cleansub
Adding data to the CD
In isoconfig.xml
, in the data track's directory_tree
section, use this syntax :
<file name="HELO.DAT" type="data" source="theFile.dat"/>
See https://github.com/Lameguy64/mkpsxiso/blob/master/examples/example.xml for more details.