Initramfs support
Opened this issue · 0 comments
penberg commented
Currently, we only support a single ELF executable for init. Let's add support for initramfs to make it possible to compose OS images with multiple programs. The initramfs can be backed by a cpio archive, for example. Also note that we likely need some filesystem abstraction for this.