A simple filesystem as a learning project.
Find a file
2024-11-13 17:24:54 +01:00
emmafs.h Initial commit 2024-11-13 17:24:54 +01:00
inode.c Implemented several functions that operate on inodes. 2024-10-19 22:20:47 +02:00
inode.h Streamline code 2024-11-13 17:23:44 +01:00
io.c Initial commit 2024-11-13 17:24:54 +01:00
io.h streamlined code 2024-11-13 17:24:31 +01: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 Streamline code 2024-11-13 17:23:44 +01:00
util.h Streamline code 2024-11-13 17:23:44 +01: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.