mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-02-22 07:02:35 +00:00
Bare boot protocol is a protocol to be used when there are no protocols (such as multiboot1/2) are available: ACRN have no way to know where its modules are being loaded, how large they are, and what are their command line arguments. Bare boot protocol allows you to pre-configure (hard-code) modules' address and sizes. ACRN will find modules based on the pre-configured information without the need of a bootloader passing information to it. Tracked-On: #8838 Signed-off-by: Yifan Liu <yifan1.liu@intel.com> Acked-by: Wang Yu1 <yu1.wang@intel.com>