sortix-mirror/mkinitrd
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
..
.gitignore Implemented a new initrd format with better inode support. 2012-07-02 17:40:52 +02:00
Makefile Implemented a new initrd format with better inode support. 2012-07-02 17:40:52 +02:00
crc32.cpp Implemented a new initrd format with better inode support. 2012-07-02 17:40:52 +02:00
crc32.h Implemented a new initrd format with better inode support. 2012-07-02 17:40:52 +02:00
initrdfs.cpp Implemented a new initrd format with better inode support. 2012-07-02 17:40:52 +02:00
mkinitrd.cpp Implemented a new initrd format with better inode support. 2012-07-02 17:40:52 +02:00