Re: [PATCH v5 21/44] x86/boot: convert ramdisk locating to struct boot_module

2024-10-08 Thread Jason Andryuk
On 2024-10-06 17:49, Daniel P. Smith wrote: Locate the first unclaimed struct boot_module and mark it as ramdisk. If there are any remaining unclaimed struct boot_module instances, report to the console. In the change, the new boot module iterator is used to find the initrd index, which returns a

[PATCH v5 21/44] x86/boot: convert ramdisk locating to struct boot_module

2024-10-06 Thread Daniel P. Smith
Locate the first unclaimed struct boot_module and mark it as ramdisk. If there are any remaining unclaimed struct boot_module instances, report to the console. In the change, the new boot module iterator is used to find the initrd index, which returns a signed int. Switch initrdidx from unsigned to