A simple filesystem as a learning project.
inode.c | ||
inode.h | ||
io.h | ||
README.org | ||
super.c | ||
util.c | ||
util.h |
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.