All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Borzenkov <arvidjaar@gmail.com>
To: Toomas Soome <tsoome@me.com>
Cc: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: multiboot2.h & multiboot_header_tag_module_align
Date: Thu, 4 Jun 2015 19:19:14 +0300	[thread overview]
Message-ID: <20150604191914.41653084@opensuse.site> (raw)
In-Reply-To: <BC265572-A17F-45D5-AAEF-E92B3B8D757A@me.com>

В Thu, 04 Jun 2015 19:04:46 +0300
Toomas Soome <tsoome@me.com> пишет:

> 
> > On 04.06.2015, at 18:31, Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com> wrote:
> > 
> > On 04.06.2015 14:18, Toomas Soome wrote:
> >> hi!
> >> 
> >> i know this tag (multiboot_header_tag_module_align) is not really used, but it still would be nice if the copy/paste error of the actual structure would be fixed;)
> >> 
> > Can you propose a patch?
> >> rgds,
> 
> as its header tag, i think following should be it; header tags have 16bit ints for type and flags, 32bit size and based on name, this tag is to request bootloader to use specified alignment, so the data field should be 32bit uint as well (default MULTIBOOT_MOD_ALIGN is 0x00001000).
> 
> diff --git a/include/multiboot2.h b/include/multiboot2.h
> index 3ccff15..e3064da 100644
> --- a/include/multiboot2.h
> +++ b/include/multiboot2.h
> @@ -156,9 +156,7 @@ struct multiboot_header_tag_module_align
>    multiboot_uint16_t type;
>    multiboot_uint16_t flags;
>    multiboot_uint32_t size;
> -  multiboot_uint32_t width;
> -  multiboot_uint32_t height;
> -  multiboot_uint32_t depth;
> +  multiboot_uint32_t align;
What about consulting multiboot2 specification? :)

>  };
>  
>  struct multiboot_color
> 
> 
> 
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel



  reply	other threads:[~2015-06-04 16:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-04 12:18 multiboot2.h & multiboot_header_tag_module_align Toomas Soome
2015-06-04 15:31 ` Vladimir 'φ-coder/phcoder' Serbinenko
2015-06-04 16:04   ` Toomas Soome
2015-06-04 16:19     ` Andrei Borzenkov [this message]
2015-06-04 16:29       ` Toomas Soome
2015-06-04 16:36         ` Andrei Borzenkov
2015-06-04 16:46           ` Toomas Soome
2015-06-04 17:02             ` Andrei Borzenkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150604191914.41653084@opensuse.site \
    --to=arvidjaar@gmail.com \
    --cc=grub-devel@gnu.org \
    --cc=tsoome@me.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.