|
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.
|