Expand description
This code is originally from https://github.com/rcore-os/cpio/blob/main/src/lib.rs, with minor modifications made here.
Structs§
- Cpio
Newc Reader - A CPIO file (newc format) reader.
- Metadata
- The file metadata.
- Object
- File system object in CPIO file.
Enums§
- Read
Error - The error type which is returned from CPIO reader.
Functions§
- load_
cpio - Loads the initial RAM disk (initrd) into the Virtual File System (VFS).
- load_
initrd