How to make FAT working?

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.
Locked
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

How to make FAT working?

Post 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?
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.
alexfru
Member
Member
Posts: 1112
Joined: Tue Mar 04, 2014 5:27 am

Re: How to make FAT working?

Post 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?
User avatar
iansjack
Member
Member
Posts: 4707
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: How to make FAT working?

Post 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.
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

Re: How to make FAT working?

Post 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.
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.
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

Re: How to make FAT working?

Post by osdever »

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.
glauxosdev
Member
Member
Posts: 119
Joined: Tue Jan 20, 2015 9:01 am
Libera.chat IRC: glauxosdever

Re: How to make FAT working?

Post by glauxosdev »

catnikita255 wrote:I found it.
OK. And what have you learned from your search?
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

Re: How to make FAT working?

Post 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.
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.
glauxosdev
Member
Member
Posts: 119
Joined: Tue Jan 20, 2015 9:01 am
Libera.chat IRC: glauxosdever

Re: How to make FAT working?

Post by glauxosdev »

So why do you say "I found it"?
User avatar
KemyLand
Member
Member
Posts: 213
Joined: Mon Jun 16, 2014 5:33 pm
Location: Costa Rica

Re: How to make FAT working?

Post by KemyLand »

This topic doesn't even makes sense.
Happy New Code!
Hello World in Brainfuck :D:

Code: Select all

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
[/size]
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re: How to make FAT working?

Post 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.
Locked