Thread: DC Burning prob
View Single Post
  #4  
Old 10-09-2002, 10:12
Megalexxx Megalexxx is offline
Die Hard Member
 
Join Date: Mar 2002
Posts: 1,037
Thanks: 0
Thanked 5 Times in 2 Posts
Megalexxx is on a distinguished road
How does it work...
Well, I'll try to make simple :
_ ip.bin tells the name of the 1st file read (usually "1st_read.bin" or "0winceos.bin"). On bootable discs, ip.bin is inserted BETWEEN the 1st and the 2nd session.
_ 1st_read.bin (or any other 1st file read) is an executable file that will be launch 1st (obviously). It contains LBA value the indicates where all the stuff is.

Your DC will 1st access ip.bin (it knows it's at the end of 1st session). It will read where to find the 1st file to launch (name + LBA value for data session), and then launch it.
Reply With Quote