Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey all, I'm building a COSMOS kernel in C# and need to know how to write a file system so My kernel can remember things like the contents of a text file and passwords. I've used System.IO in regular Console Applications before but as you may know this writes files to the host OS. I need my kernel to remember things on it's own. I've done a ton of research and have found nothing but how to do it in assembly or C. Can someone give me some help?

If you don't know what COSMOS is, here is a link: http://cosmos.codeplex.com/
Posted
Updated 26-Nov-13 6:28am
v2
Comments
Richard MacCutchan 26-Nov-13 12:05pm    
How can you be building a kernel without knowing how to write to disk? You need to do some research into file systems and kernel IO.

1 solution

This is most definitely a topic that is way too large to discuss in a couple of forum posts. There's no way someone is going to explain all of the base concepts of file systems and their design in a forum environment.


If you've really done a ton (not "tone") of research, you've obviously had your eyes closed.

All you had to do was type "how to design a file system" into Google and you'd come up with 200,000,000+ results.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900