... in order to untangle parameter handling independently from other logic
changes.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Daniel P. Smith <dpsmith@apertussolutions.com>
size_t memmap_length;
unsigned int nr_modules;
+ unsigned long *module_map; /* Temporary */
struct boot_module mods[MAX_NR_BOOTMODS + 1];
};
}
bi = multiboot_fill_boot_info(mbi, mod);
+ bi->module_map = module_map; /* Temporary */
/* Parse the command-line options. */
if ( (kextra = strstr(bi->cmdline, " -- ")) != NULL )