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:
Minggui Cao
2018-03-01 20:24:28 +08:00
committed by Jack Ren
parent 35f5eef658
commit 119b038551
6 changed files with 161 additions and 54 deletions

View File

@@ -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