mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-31 16:37:07 +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:
@@ -88,6 +88,7 @@ D_SRCS += debug/sbuf.c
|
||||
D_SRCS += debug/printf.c
|
||||
C_SRCS += boot/acpi.c
|
||||
C_SRCS += boot/dmar_parse.c
|
||||
C_SRCS += boot/multiboot.c
|
||||
C_SRCS += arch/x86/ioapic.c
|
||||
C_SRCS += arch/x86/intr_lapic.c
|
||||
S_SRCS += arch/x86/cpu_secondary.S
|
||||
|
Reference in New Issue
Block a user