proc: add basic initrd support #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The filesystem must be minimal enough to be included in a microkernel. One of:
Won't do: kernel will load an
initprogram from a binary blob embedded inside the kernel itself. Theinitwill then handle the rest.