FAT12 example code
-
- Member
- Posts: 97
- Joined: Thu Mar 15, 2007 2:27 pm
FAT12 example code
I'm writing a bootloader for my OS (GRUB wasn't worth the trouble), and i need some real mode example code (preferably NASM) for FAT12 (dir function + file reading type stuff). I can't find any good example code (which I perfer to straight up documentation, i guess i understand it in code better than english lol. you can pick apart the code, play with it, helps me learn ). Thanks in advance.
-
- Member
- Posts: 190
- Joined: Tue Sep 26, 2006 1:40 pm
- Libera.chat IRC: Nokurn
- Location: Ontario, CA, USA
- Contact:
Mr. John S. Fine's bootf02 boot sector for 32-bit protected mode operating systems on FAT12 file systems: http://my.execpc.com/~geezer/johnfine/
jloc is also there, and you need that to build bootf02 (for "picking it apart.")
Good luck
jloc is also there, and you need that to build bootf02 (for "picking it apart.")
Good luck