Operating System File System Implementation : Initial Setup

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
bicepjai
Posts: 3
Joined: Fri Mar 19, 2010 10:31 pm

Operating System File System Implementation : Initial Setup

Post by bicepjai »

Hi,
I am working on my masters project and all the details regarding my question and back ground can be see in the following link. I would appreciate if you can help me with my issues in implementing File System.

http://sites.google.com/site/bicepjaics ... disk-setup
and
http://bicepjai.blogspot.com/2010/03/ch ... setup.html

thanks
Jay
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Operating System File System Implementation : Initial Setup

Post by Combuster »

I am working on my masters project
Generally, the rule is that one should not answer homework questions.

That said, research is the key - how do existing operating systems coexist, and how they can be made to coexist. If you know that answer, you can apply that to your system.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Synon
Member
Member
Posts: 169
Joined: Sun Sep 06, 2009 3:54 am
Location: Brighton, United Kingdom

Re: Operating System File System Implementation : Initial Setup

Post by Synon »

bicepjai wrote:Hi,
I am working on my masters project and all the details regarding my question and back ground can be see in the following link. I would appreciate if you can help me with my issues in implementing File System.

http://sites.google.com/site/bicepjaics ... disk-setup
and
http://bicepjai.blogspot.com/2010/03/ch ... setup.html

thanks
Jay
I'm not sure if this is exactly what you're looking for: http://www.nobius.org/~dbg/practical-fi ... design.pdf but it might help you out.
bicepjai
Posts: 3
Joined: Fri Mar 19, 2010 10:31 pm

Re: Operating System File System Implementation : Initial Setup

Post by bicepjai »

and this is gonna be a big project in short span, thats y i called for some help !! :)
thanks for all your inputs !!
:roll:
thanks
Jay

Synon wrote:
bicepjai wrote:Hi,
I am working on my masters project and all the details regarding my question and back ground can be see in the following link. I would appreciate if you can help me with my issues in implementing File System.

http://sites.google.com/site/bicepjaics ... disk-setup
and
http://bicepjai.blogspot.com/2010/03/ch ... setup.html

thanks
Jay
I'm not sure if this is exactly what you're looking for: http://www.nobius.org/~dbg/practical-fi ... design.pdf but it might help you out.
bicepjai
Posts: 3
Joined: Fri Mar 19, 2010 10:31 pm

Re: Operating System File System Implementation : Initial Se

Post by bicepjai »

I think i found exactly what needs to be done for my Operating System to identify the Partition in the HDD. Will post the method once i am successful in implementation. You can check the links in I used for deduction at http://sites.google.com/site/bicepjaics ... eful-links

still have more interesting questions to come. we can together master the x86 processor soon !! :)
Post Reply