acrn-hypervisor/hypervisor/boot
Zheng, Gen 124910ba14 vm load: fix bug in loading kernel
According to the explaination for pref_address
in Documentation/x86/boot.txt, a relocating bootloader
should attempt to load kernel at pref_address if possible.
But due to a non-relocatable kernel will unconditionally
move itself and to run at perf address, no need to copy
kernel to perf_address by bootloader.

Signed-off-by: Zheng, Gen <gen.zheng@intel.com>
2018-05-15 17:19:37 +08:00
..
include initial import 2018-05-11 14:44:28 +08:00
acpi.c initial import 2018-05-11 14:44:28 +08:00
dmar_parse.c initial import 2018-05-11 14:44:28 +08:00
multiboot.c vm load: fix bug in loading kernel 2018-05-15 17:19:37 +08:00