Re: [RFC 1/1] add support of `--initrd` for ELF-ARM kernels

2023-04-15 Thread Lankes, Stefan
Hello Alex, > > >> Am 14.04.2023 um 10:54 schrieb Alex Bennée : >> >> >> Also could you not achieve the same thing using the guest-loader which >> uses the multiboot spec and sets: >> >> const char *compat[2] = { "multiboot,module", "multiboot,ramdisk" }; >> if (qemu_fdt_setprop_

Re: [RFC 1/1] add support of `--initrd` for ELF-ARM kernels

2023-04-14 Thread Lankes, Stefan
> Am 14.04.2023 um 10:54 schrieb Alex Bennée : > Hello Alex, > > Where are these DTB nodes documented? Yes, it is currently missing. > > Also could you not achieve the same thing using the guest-loader which > uses the multiboot spec and sets: > >const char *compat[2] = { "multiboo

Re: [RFC 1/1] add support of `--initrd` for ELF-ARM kernels

2023-04-14 Thread Lankes, Stefan
Hello Peter, I totally agree. We are developing a unikernel (https://github.com/hermitcore/rusty-hermit). On x86, we are using the multiboot specification. I thought that this specification is only available on x86. In principle, a unikernel is a single application, which runs directly on the