Re: [RFC PATCH 13/18] aarch64: accept linux,initrd-* DTB nodes as bootstrap modules
Paulo Fernando Barbosa Duarte <[email protected]>
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Message-ID | <[email protected]> |
> On 24 May 2026, at 14:10, Sergey Bugaev <[email protected]> wrote: > > But how are you going to use it, with a single module and no args? How > would Mach even know what to do with the module, whether to > task-create & task-resume on it, or what? > > Can you show the intended use case? This is the standard boot approach for arm64 EFI, I am planning to implement uncompressed CPIO into a the kernel via memory map, getting each entry and starting a hurd userland, this is just a initial draft idea, but as discussed on RFC PATCH 03/18 I will revert the removal of ramdisk on v2. When I get to Implement the CPIO we can discuss which approach makes more sense.