Skip to content
  • Jonas Termansen's avatar
    Implemented a new initrd format with better inode support. · c3947315
    Jonas Termansen authored
    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.
    c3947315