load a FAT file off of a floppy disk

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
GLneo

load a FAT file off of a floppy disk

Post by GLneo »

hello all, could anyone tell me how to load a FAT12 file off a disk (kernel.bin) in real mode? , thx in advance :)
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:load a FAT file off of a floppy disk

Post by bubach »

From the bootsector?
Maybe the FAQ helps?
http://www.osdev.org/osfaq2/index.php/FAT12%20document

/ Christoffer
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
Dex4u

Re:load a FAT file off of a floppy disk

Post by Dex4u »

Or you could look at bootprog's code.
http://alexfru.chat.ru/epm.html#bootprog
Post Reply