FAT help

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
joke
Member
Member
Posts: 56
Joined: Sat Jul 22, 2006 6:20 am

FAT help

Post by joke »

Hi all,

currently, i don't use fs in my kernel testings. So, i want to implement fat for a floppy at a first stage. So, can anybody give me some tutors about FAT 12 or FAT 16 implementation. The google results aren't so clear...
I need someone to show me the things in life that I cant find
I cant see the things that make true happiness, I must be blind
User avatar
chase
Site Admin
Posts: 710
Joined: Wed Oct 20, 2004 10:46 pm
Libera.chat IRC: chase_osdev
Location: Texas
Discord: chase/matt.heimer
Contact:

Post by chase »

Do a google search for fatgen103. If you're doing a floppy it'll be FAT12, you can look at an old boot sector of mine http://www.osdev.org/f12boot.asm
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

FAT12 HELP

Post by digo_rp »

give me your email address then I send to you my kernel in c and nasm.

I got fat12 read and write isn´t done but you can create dir/rename files/ open files into memory rename floppy enter into subdir cd dirname etc/
joke
Member
Member
Posts: 56
Joined: Sat Jul 22, 2006 6:20 am

Post by joke »

click at the e-mail tag, thank you
I need someone to show me the things in life that I cant find
I cant see the things that make true happiness, I must be blind
joke
Member
Member
Posts: 56
Joined: Sat Jul 22, 2006 6:20 am

Post by joke »

and thank you chase
I need someone to show me the things in life that I cant find
I cant see the things that make true happiness, I must be blind
Post Reply