Page 1 of 1

How to make FAT working?

Posted: Sat Apr 11, 2015 4:42 am
by osdever
Yes, i'm implemented a keyboard driver, but now i need FS. I choosed FAT because it's the simplest FS. How to implement HDD access in my OS?

Re: How to make FAT working?

Posted: Sat Apr 11, 2015 4:54 am
by alexfru
Bad question. FAT or HDD I/O? Whichever it is, what have you found in terms of documentation? What is the exact problem you're experiencing? Have you actually written any code? And if you have written it, have you debugged it?

Re: How to make FAT working?

Posted: Sat Apr 11, 2015 5:02 am
by iansjack
catnikita255 wrote:Yes, i'm implemented a keyboard driver, but now i need FS. I choosed FAT because it's the simplest FS. How to implement HDD access in my OS?
If you have to ask then you have chosen the wrong hobby. This is one of the simplest things to find on Google (once you have decided what you are actually asking). If you come here asking about every new thing you come across you will not be popular.

Re: How to make FAT working?

Posted: Sat Apr 11, 2015 5:02 am
by osdever
iansjack wrote:
catnikita255 wrote:Yes, i'm implemented a keyboard driver, but now i need FS. I choosed FAT because it's the simplest FS. How to implement HDD access in my OS?
If you have to ask then you have chosen the wrong hobby. This is one of the simplest things to find on Google (once you have decided what you are actually asking). If you come here asking about every new thing you come across you will not be popular.
Thank you very much, i'll check it.

Re: How to make FAT working?

Posted: Sat Apr 11, 2015 5:25 am
by osdever
I found it.

Re: How to make FAT working?

Posted: Sat Apr 11, 2015 8:31 am
by glauxosdev
catnikita255 wrote:I found it.
OK. And what have you learned from your search?

Re: How to make FAT working?

Posted: Sat Apr 11, 2015 8:43 am
by osdever
glauxosdev wrote:
catnikita255 wrote:I found it.
OK. And what have you learned from your search?
I need to google before ask there.

Re: How to make FAT working?

Posted: Sat Apr 11, 2015 9:21 am
by glauxosdev
So why do you say "I found it"?

Re: How to make FAT working?

Posted: Sat Apr 11, 2015 12:31 pm
by KemyLand
This topic doesn't even makes sense.

Re: How to make FAT working?

Posted: Sun Apr 12, 2015 12:41 am
by Candy
Please go to the wiki and search past threads on this forum for this kind of information. It is not that hard to find and there are *many* people before you that have had similar questions, with very good answers that will also help you.