Skip to main content

Module initrd

Module initrd 

Source
Expand description

This code is originally from https://github.com/rcore-os/cpio/blob/main/src/lib.rs, with minor modifications made here.

Structs§

CpioNewcReader
A CPIO file (newc format) reader.
Metadata
The file metadata.
Object
File system object in CPIO file.

Enums§

ReadError
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