OSDev.org

The Place to Start for Operating System Developers
It is currently Mon May 20, 2024 9:00 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: file system servers
PostPosted: Sat Sep 04, 2004 3:28 pm 
Hi,

Instead of the all-is-file paradigm, would it be very efficient to write userland drivers mapping devices (soundcards, video, storage) to files? That way I could have legacy support for code which operate that way but I could use other ideas in the primary drivers.

I am thinking of having a virtual file system as a userland server and I'm actually almost ready to start coding but- I have no clue how such basic funcionality as mkdir, delete file can be achieved ;D I mean how a file system driver exports these functions? Because the open, read, write are all exported in a pointer table. But the mkdir, erase are not.

I heard someone talking 'bout "inodes" in the context of file services. I think I should know what it is before I write a vfs ;)

What other considerations do you find important here?

Cheers,
~Adrian ;)


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 42 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group