How to make FAT working?
How to make FAT working?
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?
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Re: How to make FAT working?
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?
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.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?
Re: How to make FAT working?
Thank you very much, i'll check it.iansjack wrote: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.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?
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Re: How to make FAT working?
I found it.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
-
- Member
- Posts: 119
- Joined: Tue Jan 20, 2015 9:01 am
- Libera.chat IRC: glauxosdever
Re: How to make FAT working?
OK. And what have you learned from your search?catnikita255 wrote:I found it.
Re: How to make FAT working?
I need to google before ask there.glauxosdev wrote:OK. And what have you learned from your search?catnikita255 wrote:I found it.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing
OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
-
- Member
- Posts: 119
- Joined: Tue Jan 20, 2015 9:01 am
- Libera.chat IRC: glauxosdever
Re: How to make FAT working?
So why do you say "I found it"?
Re: How to make FAT working?
This topic doesn't even makes sense.
Happy New Code!
Hello World in Brainfuck :[/size]
Hello World in Brainfuck :
Code: Select all
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Re: How to make FAT working?
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.