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...
FAT help
- 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:
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
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/
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/