Page 1 of 1

FAT 12/32 - Capability for BootLoader - Tutorial

Posted: Thu Jun 18, 2009 1:15 am
by extremecoder
does anyone can tell me a tutorial / manual for including FAT 12/32 capability into my boot loader .. Right now I am referring a doc from Microsoft.

Re: FAT 12/32 - Capability for BootLoader - Tutorial

Posted: Thu Jun 18, 2009 1:54 am
by sebihepp
I think we have one in the wiki.

Re: FAT 12/32 - Capability for BootLoader - Tutorial

Posted: Thu Jun 18, 2009 2:01 am
by VolTeK
first try looking it up on google, if no avail, it should definately be on the wiki. if you cant find it, i will try fishing it out. (im lazy, find it)

Re: FAT 12/32 - Capability for BootLoader - Tutorial

Posted: Thu Jun 18, 2009 3:50 am
by kop99

Re: FAT 12/32 - Capability for BootLoader - Tutorial

Posted: Thu Jun 18, 2009 8:23 am
by Firestryke31
Hey, I made a reference post! Wow!

I have a similar FAT12 bootloader, but I don't know where it is and don't have time to look for it right now. FAT16 would be a cross between the FAT12 and FAT32 code.

Also, I'd like to warn that that code isn't the best, and you should only take general ideas from it. It works, but it might be easy to break since I didn't do a whole lot of error checking.