On 30.08.2024 23:46, Daniel P. Smith wrote: > To allow a slow conversion of x86 over to struct boot_module, start with > replacing all references to struct mod to the early_mod element of struct > boot_module. These serves twofold, first to allow the incremental transition > from struct mod fields to struct boot_module fields. The second is to allow > the conversion of function definitions from taking struct mod parameters to > accepting struct boot_module as needed when a transitioned field will be > accessed.
Yet earlier it was mentioned that early_mod is a transitory name. Will all of this then need touching a 2nd time? Jan
