Add a basic read-only implementation for the Ext2 filesystem #29
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ext2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here we go!
e5259d5849
to73fbc37841
3e5599e75c
to00d625a697
Almost ready for normal usage, now I just have to find out why mmap() on an ext2-loaded program crashes the entire system with a triple fault.
8fc58c70f7
toe9e7b22323
We'll work out the issues booting from Ext2 later, right now it works as a mountable (but not primary) file system, and can go into main.
WIP: Add a basic read-only implementation for the Ext2 filesystemto Add a basic read-only implementation for the Ext2 filesystem