Page 1 of 1
File system help?
Posted: Thu Jan 27, 2011 6:37 am
by Sham
Can you help me? I haven't any ideas to how to make file system handling. If you can help, then help me, please.
Edit:
I think some free file system what doesn's need pay, but thats good to start.
Re: File system help?
Posted: Thu Jan 27, 2011 6:46 am
by Muneer
Hi ,
Your question is vague. please elaborate. what type of file system do you plan to implement?
A Fat file system ( which is very well documented ) or some other file system?.
In case of FAT 32 refer to some fat 32 details and try to implement according to what seems fit for you. Remember that you have to pay Microsoft for using "Long File Names" in your FAT driver.
Here is a link to a good FAT32 tutorial.
http://www.pjrc.com/tech/8051/ide/fat32.html
Cheers
Re: File system help?
Posted: Thu Jan 27, 2011 2:38 pm
by Tosi
He might be talking about implementing a virtual file system, which is an abstraction above any physical file systems which might be present on storage devices. There is surprisingly little information about it, at least on the wiki.
There is an article on the wiki which has some links. All the other information I've found about virtual filesystems is from looking at the source to some kernels and from books at my university's library.
Re: File system help?
Posted: Thu Jan 27, 2011 4:33 pm
by gravaera
Yo,
Prep to get you on your way to reading:
A file-system is an abstraction of blocks of data on a storage medium. To add file system handling to your kernel, you must create a unifying subsystem which will allow you to handle multiple mounted disks and navigate their files. There are different types of file-system, and each different type has many different actual file-systems designed according to that archetype. See the link provided by Tosi above, and the link within that article to the Hierarchical VFS Theory page which is most likely what you wanted to know about.
--Peace out
gravaera
Re: File system help?
Posted: Sun Jan 30, 2011 11:23 pm
by Sham
I'm lazy, so I asking thing I will make \n to video irq. What I keeps to do if I want make new line.
Re: File system help?
Posted: Mon Jan 31, 2011 3:50 am
by gravaera
skorpion wrote:I'm lazy, so I asking thing I will make \n to video irq. What I keeps to do if I want make new line.
The VGA card emits no IRQ in alphanumeric mode, and in graphical mode, you don't have the concept of "newline characters", so I'm not sure anyone can answer your question. Either that or you're not talking about VGA, so you should state what card/card standard you're referring to, and also create a new topic for it since video card details are not on topic here.
Re: File system help?
Posted: Tue Feb 01, 2011 11:05 pm
by Sham
Thanks to answers, but everything is to hard. If you gurus have some to handle amd you have get somthing to me and the other begenners, then thank you.