Quoting the Multiboot2 specification:
> 3.1.3 General tag structure
> ---
>
> Tags constitutes a buffer of structures following each other padded
> when necessary in order for each tag to start at 8-bytes aligned
> address. Tags are terminated by a tag of type '0' and size
> > and using some of that logic to inspect the Xen to find
> > the MB2 header?
> >
> See grub-file tool. Possibly it's still only in next branch
I see it. Thank you.
I also see 'faf4a65e1e1ce1d822d251c1e4b53d96ec7faec5'
Revert grub-file usage in grub-mkconfig.
but not much of an explana
On May 11, 2015 6:26 PM, "Konrad Rzeszutek Wilk"
wrote:
>
> On Mon, Feb 09, 2015 at 06:55:05PM +0100, Daniel Kiper wrote:
> > Hi all,
> >
> > On Fri, Jan 30, 2015 at 06:59:23PM +0100, Daniel Kiper wrote:
> > > Hi,
> > >
> > > This patch series enable EFI boot services usage
> > > in loaded images
On Mon, Feb 09, 2015 at 06:55:05PM +0100, Daniel Kiper wrote:
> Hi all,
>
> On Fri, Jan 30, 2015 at 06:59:23PM +0100, Daniel Kiper wrote:
> > Hi,
> >
> > This patch series enable EFI boot services usage
> > in loaded images by multiboot2 protocol.
>
> Guys, do you have any comments on this patch
Hi,
It looks like currently, when a framebuffer tag exists in the multiboot2
header of a mb2 kernel, that resolution is used even when gfxpayload has a
different resolution. I think gfxpayload set to a value other than auto
should override the value of this tag, as it will give consumers
Robert Millan wrote:
> On Thu, Jan 21, 2010 at 12:49:55AM +0100, Vladimir 'φ-coder/phcoder'
> Serbinenko wrote:
>
>> +...@node Header tags
>> +...@subsection General tag structure
>> +Tags constitutes a buffer of structures immediately following each other.
>> +Every structure has following for
-Original Message-
From: Robert Millan
To: The development of GNU GRUB
Sent: Fri, Jan 29, 2010 3:52 pm
Subject: Re: [multiboot2] Tagged multiboot2 header
On Thu, Jan 21, 2010 at 12:49:55AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> +...@node Header tags
>
On Thu, Jan 21, 2010 at 12:49:55AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> +...@node Header tags
> +...@subsection General tag structure
> +Tags constitutes a buffer of structures immediately following each other.
> +Every structure has following format:
> +
> +...@example
> +...@gro
On Thu, Jan 21, 2010 at 12:49:55AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> +...@item architecture
> +The field @samp{architecture} specifies the Central Processing Unit
> +Instruction Set Architecture. Since @samp{magic} isn't a palindrome
> +it already specifies the endianness ISAs
Current multiboot header has number of problems:
- Bitfields. They place a limit on 16 mandatory and 16 optional
features. This forces us to carefully consider every flag and sometimes
squash marginally related requirements together.
- Whether flag is ignorable or not is a part of specification and
On Thu, Nov 06, 2008 at 06:23:15PM +0100, Yoshinori K. Okuji wrote:
> On Tuesday 04 November 2008 21:36:27 Robert Millan wrote:
> > The Multiboot2 draft says a Multiboot2 header must be included in the OS
> > image. However, our code assumes (in code itself and in comments) that f
On Tuesday 04 November 2008 21:36:27 Robert Millan wrote:
> The Multiboot2 draft says a Multiboot2 header must be included in the OS
> image. However, our code assumes (in code itself and in comments) that for
> MB2 this is optional.
>
> As a consequence, if you feed GRUB's
Dne 4 Listopad 2008, 21:36, Robert Millan napsal(a):
>
> The Multiboot2 draft says a Multiboot2 header must be included in the OS
> image. However, our code assumes (in code itself and in comments) that
> for MB2 this is optional.
>
>
> As a consequence, if you feed GRUB
The Multiboot2 draft says a Multiboot2 header must be included in the OS
image. However, our code assumes (in code itself and in comments) that for
MB2 this is optional.
As a consequence, if you feed GRUB's multiboot loader any ELF, it will
attempt to load it. I think this is very conf
14 matches
Mail list logo