Re: [PATCH v3 3/5] xen/x86: add some addresses to the Multiboot header

2021-03-15 Thread Jan Beulich
On 22.01.2021 01:51, Bobby Eshleman wrote: > From: Daniel Kiper > > In comparison to ELF the PE format is not supported by the Multiboot > protocol. So, if we wish to load xen.mb.efi using this protocol we > have to put header_addr, load_addr, load_end_addr, bss_end_addr and > entry_addr data

[PATCH v3 3/5] xen/x86: add some addresses to the Multiboot header

2021-01-21 Thread Bobby Eshleman
From: Daniel Kiper In comparison to ELF the PE format is not supported by the Multiboot protocol. So, if we wish to load xen.mb.efi using this protocol we have to put header_addr, load_addr, load_end_addr, bss_end_addr and entry_addr data into Multiboot header. The Multiboot protocol spec can