VFS

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Darkening

VFS

Post 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
The Legend

Re:VFS

Post 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.
sith

Re:VFS

Post 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
Post Reply