Skip to content

Userspace initfs

Jacob Lorentzon requested to merge 4lDO2/bootloader:userspace_initfs into master

Aside a small fix in the target spec JSON, as well as bumping the Rust edition, this simply makes the bootloader load both initfs and bootstrap contiguously into memory. This allows the kernel to have zero knowledge about how initfs works, and simply let userspace do it.

Edited by Jeremy Soller

Merge request reports