>If you mount the CD, /self.pdf is a recursive entry that contains the entire CD - it, too, should open in your favorite PDF reader.
I didn't even know this was possible in ISO 9660 format. Seems like my next weekend project will be implementing an ISO reader... I wonder if JSMESS has support.
The trick is that ISO 9660 sector IDs used in file offsets are relative to the start of the disk, so you can craft a file entry with offset 0 and size equal to the length of the CD.
I didn't even know this was possible in ISO 9660 format. Seems like my next weekend project will be implementing an ISO reader... I wonder if JSMESS has support.