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

2021-02-23 Thread Bob Eshleman
On 2/23/21 1:04 AM, Roger Pau Monné wrote: > On Thu, Jan 21, 2021 at 04:51:43PM -0800, Bobby Eshleman wrote: >> From: Daniel Kiper >> >> In comparison to ELF the PE format is not supported by the Multiboot2 >> protocol. So, if we wish to load xen.mb.efi using this protocol we have >> to add

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

2021-02-23 Thread Roger Pau Monné
On Thu, Jan 21, 2021 at 04:51:43PM -0800, Bobby Eshleman wrote: > From: Daniel Kiper > > In comparison to ELF the PE format is not supported by the Multiboot2 > protocol. So, if we wish to load xen.mb.efi using this protocol we have > to add MULTIBOOT2_HEADER_TAG_ADDRESS and

[PATCH v3 4/5] xen/x86: add some addresses to the Multiboot2 header

2021-01-21 Thread Bobby Eshleman
From: Daniel Kiper In comparison to ELF the PE format is not supported by the Multiboot2 protocol. So, if we wish to load xen.mb.efi using this protocol we have to add MULTIBOOT2_HEADER_TAG_ADDRESS and MULTIBOOT2_HEADER_TAG_ENTRY_ADDRESS tags into Multiboot2 header. Additionally, put