dhavalhirdhav / LearnOS

This is one of my long awaited project on learning to develop an Operating System.
http://www.learnitonweb.com
57 stars 5 forks source link

Basic File System #12

Open dhavalhirdhav opened 4 years ago

dhavalhirdhav commented 4 years ago

Write a program which will create a basic file system on a drive. To begin with we do not require any partitions.

dhavalhirdhav commented 4 years ago

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.

Neptune650 commented 3 years ago

By the way, your ATA driver has some problems.

dhavalhirdhav commented 3 years ago

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.

Neptune650 commented 3 years ago

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.

dhavalhirdhav commented 3 years ago

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.