Block a user
Add a basic read-only implementation for the Ext2 filesystem
Add a basic read-only implementation for the Ext2 filesystem
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.
Add a basic read-only implementation for the Ext2 filesystem
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.