Re: [PATCH] multiboot2: clarify usage of the address tag

2018-06-07 Thread Daniel Kiper
On Thu, Jun 07, 2018 at 04:46:37PM +0200, Roger Pau Monné wrote: > On Wed, Jun 06, 2018 at 07:28:20PM +0200, Daniel Kiper wrote: > > On Tue, Jun 05, 2018 at 11:55:36AM +0200, Roger Pau Monne wrote: > > > Add a note to spell out that if the address tag is not present the > > > file should be loaded

Re: [PATCH] multiboot2: clarify usage of the address tag

2018-06-07 Thread Roger Pau Monné
On Wed, Jun 06, 2018 at 07:28:20PM +0200, Daniel Kiper wrote: > On Tue, Jun 05, 2018 at 11:55:36AM +0200, Roger Pau Monne wrote: > > Add a note to spell out that if the address tag is not present the > > file should be loaded using the elf header. > > > > Signed-off-by: Roger Pau Monné > > --- > >

Re: [PATCH] multiboot2: clarify usage of the address tag

2018-06-06 Thread Daniel Kiper
On Tue, Jun 05, 2018 at 11:55:36AM +0200, Roger Pau Monne wrote: > Add a note to spell out that if the address tag is not present the > file should be loaded using the elf header. > > Signed-off-by: Roger Pau Monné > --- > Cc: Daniel Kiper > Cc: xen-de...@lists.xenproject.org > --- > doc/multibo

[PATCH] multiboot2: clarify usage of the address tag

2018-06-05 Thread Roger Pau Monne
Add a note to spell out that if the address tag is not present the file should be loaded using the elf header. Signed-off-by: Roger Pau Monné --- Cc: Daniel Kiper Cc: xen-de...@lists.xenproject.org --- doc/multiboot.texi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/multiboot.te