I am curently developing a file system for my OS (D.eSystem) with the version 6.1.0.5. The file system is now not working,but it is in development, you can find D.eSystem 6.1.0.5 here: https://github.com/D-electronics-scratch/all_D.eSystem_versions/releases/tag/v.6.1.0.5

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 1 week ago (1 child)

Yes, FAT16/32 or ext2 are old, but they are easy to implement (at least FAT16/32) and acceptable for a hobby project. However, developing a new, modern, yet efficient and reliable file system is really not a simple task, but an interesting one. Good luck with the further development.

  • source
  • parent
  • hideshow 2 child comments