|
#2
|
|||
|
|||
|
Nobody knows?!?
I get some another program. You can get it on Nathans page:http://www.math.uiuc.edu/~nwhitehe/ There is even some explanation, how to burn it, but its the problem cause i dont have Linux(the instruction is for Linux). OK let me to post it:I assume you are using Linux and have burned regular data CD's before. First, create an empty file representing 4 seconds of silence. dd if=/dev/zero bs=2352 count=300 of=audio.raw Next, burn it to the CD. cdrecord dev=0,0,0 -multi -audio audio.raw Now create an ISO filesystem containing the information you want on the CD. mkisofs -l -C `cdrecord dev=0,0,0 -msinfo` -o temp.iso 1st_read.bin /my/jpegs/ Add bootstrap code from IP.BIN to the ISO to make the CD bootable on the Dreamcast: (cat IP.BIN ; dd if=temp.iso bs=2048 skip=16) > data.raw Burn the ISO filesystem to the CD using the XA1 format (not the regular data format): cdrecord dev=0,0,0 -xa1 data.raw That's it! In these instructions you should replace the 0,0,0 with your correct device numbers. Find these with "cdrecord -scanbus". -------------------------------------------------------------------------------------------- I even have the cdrecord, and even know how to use it, but whats the meaning with this dd(example:dd if=/dev/zero bs=2352 count=300 of=audio.raw), and how can i use it in regular Windows program. So, I want to know how to burn it. I will be apriciated for anybody who will given me the instruction, on how to burn it. |
|
|