Page 1 of 1

FAT help

Posted: Thu Aug 03, 2006 10:19 am
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...

Posted: Thu Aug 03, 2006 2:43 pm
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

FAT12 HELP

Posted: Thu Aug 03, 2006 2:47 pm
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/

Posted: Fri Aug 04, 2006 3:39 am
by joke
click at the e-mail tag, thank you

Posted: Fri Aug 04, 2006 3:40 am
by joke
and thank you chase