Page 1 of 1
File System Development
Posted: Sat Oct 19, 2002 11:00 pm
by NICK
Is there a good tutorial on FileSystem Development in Asm C or C++ posibly Pascal.
RE:File System Development
Posted: Sun Oct 20, 2002 11:00 pm
by carbonBased
File system development is, more or less, language independant. It pretty much has to be. Your best bet would be to look at the low level docs of file systems aready in existance, like FAT, Ext2/3, etc. and build upon the concepts of those file systems.
I created a file system, with some fairly easy docs to read (_I_ think, anyway
), which can be found at
www.neuraldk.org, under the writing section: PolyFS
Jeff