sortix-mirror/sortix/fs
Jonas 'Sortie' Termansen c39473157a Implemented a new initrd format with better inode support.
This enables useful features such as directories, CRC32 checksums, and other
useful features. The initrdfs in the kernel is now hooked up against the new
API, although the kernel's current limited FS support is a problem for now.
To work around that, directories are not supported at runtime, although the
internal API understands them wonderfully. This will be fixed when the
kernel gets a real VFS.
2012-07-02 17:40:52 +02:00
..
devfs.cpp Fixed buffer overflow in devfs.cpp. 2012-04-14 22:03:55 +02:00
devfs.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
initfs.cpp Implemented a new initrd format with better inode support. 2012-07-02 17:40:52 +02:00
initfs.h Added unlink(2) and rm(1). 2011-11-21 19:01:56 +01:00
ramfs.cpp Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
ramfs.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00