Userspace initfs
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