A simple filesystem as a learning project.
Find a file
2024-10-25 16:44:48 +02:00
inode.c Changed behavior of the inode table. Changed inode behavior. Implemented a function to create an empty inode. Fixed bug caused by strcmp() weirdness. 2024-10-25 16:44:48 +02:00
inode.h Changed behavior of the inode table. Changed inode behavior. Implemented a function to create an empty inode. Fixed bug caused by strcmp() weirdness. 2024-10-25 16:44:48 +02:00
io.h Initial Commit 2024-10-08 23:01:29 +02:00
README.org Initial Commit 2024-10-08 23:05:03 +02:00
super.c Remove inode related function and inode table. Moved to inode.h. 2024-10-19 22:19:31 +02:00
util.c Changed timestamp behavior 2024-10-25 16:43:50 +02:00
util.h Changed timestamp behavior 2024-10-25 16:43:50 +02:00

Readme

What is this?

This is a very basic, small filesystem I am currently writing to get better at filesystem development. This is, as of now, not functional, nowhere near it, but it's a WIP and I'm having fun.

WIP

As of now, everything here is:

  • Extremely cluttered
  • Not functional
  • WIP
  • Subject to change

I'm working on things as I'm going along, many things change frequently and development is very unstable. Deal with it.