FAT Bootloader

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
grasper

FAT Bootloader

Post by grasper »

Hi,
when I can find very good tutorials about FAT booltoader?
THX
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:FAT Bootloader

Post by bubach »

Take a look at the FAT12 doc from our wiki: http://www.osdev.org/osfaq2/index.php/FAT12%20document

That, together with a serach on google for "fat12 bootsector" (for example code), should help..
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
grasper

Re:FAT Bootloader

Post by grasper »

I can't access mega-tokuyo FAQ. My firefox write "Forbidden" :'(
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:FAT Bootloader

Post by bubach »

Try to hit F5, it should work with a reload or two..
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
grasper

Re:FAT Bootloader

Post by grasper »

i tried,but nothing... :(
Dex4u

Re:FAT Bootloader

Post by Dex4u »

Bootprog is well commentered, asm bootloader
You can get it here:
http://alexfru.chat.ru/epm.html#bootprog
grasper

Re:FAT Bootloader

Post by grasper »

Thx :) it's intresting :)
Post Reply