LearnOS
LearnOS copied to clipboard
Basic File System
Write a program which will create a basic file system on a drive. To begin with we do not require any partitions.
We are not doing this right now.. we will move it into Milestone 2.. as this is 2nd stage loader, do not want to make it heavy. We will move this feature / enhancement into Milestone 2.
By the way, your ATA driver has some problems.
By the way, your ATA driver has some problems.
Thanks Sebastian-byte , can you help me identify the issues? I will be resuming the project in couple of weeks from now.
Thanks Sebastian-byte , can you help me identify the issues? I will be resuming the project in couple of weeks from now.
I have fixed them in my pull request, but one of them is that some bytes in the sector aren't read.
Thanks Sebastian-byte , can you help me identify the issues? I will be resuming the project in couple of weeks from now.
I have fixed them in my pull request, but one of them is that some bytes in the sector aren't read.
Thanks. I have lost a bit of track of branches and code as not active on this since a year. I am going through each things and notes and will be resuming in couple of weeks. Excited for this again.