Expand description
Initramfs mounting functionality (VFS v2)
This module provides functionality to mount the initial ramdisk (initramfs) as the root filesystem during early kernel boot. The initramfs is loaded by the bootloader and its location is passed to the kernel via the device tree.
The module uses the existing CPIO filesystem driver to mount the initramfs at the root (โ/โ) mount point.
Staticsยง
- INITRAMFS_
AREA ๐
Functionsยง
- init_
initramfs - mount_
initramfs ๐ - relocate_
initramfs - Relocate initramfs to heap memory