All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hollis Blanchard <hollis@penguinppc.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: multiboot2: kernel->GRUB communication
Date: Tue, 14 Nov 2006 16:13:31 -0600	[thread overview]
Message-ID: <1163542411.12931.41.camel@basalt> (raw)

Right now the multiboot2 spec calls for bits to be set in the kernel
image to indicate to GRUB that various features are required or
requested.

I'm trying to come up with a cleaner way. I find all these bits very
confusing, actually, and I think it would be more clear if we had
something like this instead:

[... multiboot header ...]
.ascii "header_addr: 0xf00"
.ascii "load_addr: 0x0"
.ascii ...
(Actually, is it even worth supporting a.out at this point? This
particular example may be obsolete.)

Video mode information:
.ascii "vga_mode: text"
.ascii "columns: 80"
.ascii "rows: 24"

Thoughts?

-Hollis




             reply	other threads:[~2006-11-14 22:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-14 22:13 Hollis Blanchard [this message]
2006-11-15  8:36 ` multiboot2: kernel->GRUB communication tgingold
2006-11-15 18:23   ` Hollis Blanchard

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=1163542411.12931.41.camel@basalt \
    --to=hollis@penguinppc.org \
    --cc=grub-devel@gnu.org \
    /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.