mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-01 17:06:51 +00:00
HV: separate e820 related code as e820.c/h
1. e820 is modulized as separated files. 2. move boot_regs into multiboot.h as it's related with multiboot info header Tracked-On: #1842 Signed-off-by: Minggui Cao <minggui.cao@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -136,6 +136,7 @@ C_SRCS += arch/x86/lapic.c
|
||||
C_SRCS += arch/x86/cpu.c
|
||||
C_SRCS += arch/x86/cpuid.c
|
||||
C_SRCS += arch/x86/mmu.c
|
||||
C_SRCS += arch/x86/e820.c
|
||||
C_SRCS += arch/x86/pagetable.c
|
||||
C_SRCS += arch/x86/page.c
|
||||
C_SRCS += arch/x86/notify.c
|
||||
|
Reference in New Issue
Block a user