mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
to support firmware & ramdisk as multiboot mods
1. refine multiboot related code, move to /boot. 2. firmware files and ramdisk can be stitched in iasImage; and they will be loaded as multiboot modules. Signed-off-by: Minggui Cao <minggui.cao@intel.com>
This commit is contained in:
@@ -101,5 +101,6 @@ struct multiboot_module {
|
||||
};
|
||||
|
||||
int parse_hv_cmdline(void);
|
||||
int init_vm0_boot_info(struct vm *vm);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user