Yokemate of Keyboards
Posts: 2096 from 2003/2/24
From: po-RNO
Started to look at the readcd program Jalapeno uses... it can be used to create standard ISO images too. Jalapeno uses options that probably include more deeper data of the CD in its .rcd image.
To create a simple ISO compatible image with readcd:
1) Find your CD drive device by typing this in the shell:
mossys:data/jalapeno/readcd -scanbus2) Create an ISO image of a CD by typing this in the shell (replace "1,1,0" to what you saw in the previous step, and image path to what you want of course):
mossys:data/jalapeno/readcd -dev 1,1,0 f=ram:image.iso