You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: