Page 1 of 1

VFS

Posted: Sun Jul 21, 2002 3:02 pm
by Darkening
Hi

I'm in trouble with building up a VFS layer. I already looked at the one of Linux but the Linux VFS is more than hard to understand. Any suggestions???

Darkening

Re:VFS

Posted: Mon Jul 22, 2002 6:31 am
by The Legend
Hmm, basically I would think about it like a virtual, abstract class with functions which allow you to use the right implementation.

Re:VFS

Posted: Wed Jul 24, 2002 4:06 am
by sith
Check out this link :

http://www.flipcode.com/tutorials/tut_vfs01.shtml

It's a tutorial for a VFS in a game-engine, but most of the info can be used in OS developmen too. (I think)


Jeroen Jacobs