Page 1 of 1
implementing FAT12
Posted: Sun Mar 09, 2008 1:08 pm
by redDot
hello friends,
I have an initial kernel, with the description tables, paging and kmalloc implemented. I now wish to implement some basic file system so that i may be able to write and read from the storage location. I believe FAT12 is the easiest one to start with. Could u guys please suggest me how to go about it, and which file system should i start with.
Thanks
Posted: Sun Mar 09, 2008 4:43 pm
by Combuster
Posted: Sun Mar 09, 2008 8:43 pm
by jerryleecooper
http://www.osdev.org/wiki/FAT
I didnt know it existed. better than the article I wrote for the magazine.
Posted: Mon Mar 10, 2008 3:01 am
by redDot
thank you friends,
your criticism and appreciation is humbly accepted.
Posted: Mon Mar 10, 2008 3:15 am
by eddyb
have u a floppy/HDD driver? if u haven't, i saw a thread with a tut.. I'll give u the link
if u has such a driver, search in the wiki(have already links) docs about fs's. well, for floppy, fat12 is good for begin. if u want to work on a HDD, i recommend, something like SFS
Posted: Mon Mar 10, 2008 12:14 pm
by neon
I guess I can also point you
here as well, as it covers fat12 at the assembly level. You can use it for better understanding of how fat12 works.
Posted: Mon Mar 10, 2008 3:23 pm
by Dex
neon wrote:I guess I can also point you
here as well, as it covers fat12 at the assembly level. You can use it for better understanding of how fat12 works.
Wow!, are they your tut's neon ?, i wish they had tuts like that when i first started OS Dev.
Anyway great job.
Posted: Mon Mar 10, 2008 4:25 pm
by neon
Dex wrote:Wow!, are they your tut's neon ?, i wish they had tuts like that when i first started OS Dev.
Anyway great job.
I wish they did too, else I wouldnt be writing them.
Thanks for your support