From: "Yoshinori K. Okuji" <okuji@enbug.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: patch for PPC Old World Macintosh
Date: Wed, 1 Sep 2004 10:27:04 +0200 [thread overview]
Message-ID: <200409011027.04994.okuji@enbug.org> (raw)
In-Reply-To: <2B66FF58-FAF3-11D8-89E9-000A95A0560C@penguinppc.org>
On Tuesday 31 August 2004 04:12, Hollis Blanchard wrote:
> Hmm. I think the i386 loader doesn't worry about such things, but
> rather loads the kernel in a fixed region?
Here is a short description about how GRUB/i386-pc works:
1. At the initialization stage, GRUB reserves about 2/3 of the whole
memory for OS images. This starts from 1MB. GRUB never use this region
for its own use.
2. When GRUB boots an OS image actually, GRUB releases all memory
regions which have been allocated for its own use.
3. GRUB copies OS images to appropriate locations, according to
Multiboot Header or other information. This stage is performed by the
kernel (more precisely, the assembly code located at the region
starting from 0x8000).
I think you can use the same way on Mac as well.
Okuji
next prev parent reply other threads:[~2004-09-01 8:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-29 23:52 patch for PPC Old World Macintosh Hollis Blanchard
2004-08-30 10:25 ` Yoshinori K. Okuji
2004-08-30 16:17 ` Marco Gerards
2004-08-31 2:12 ` Hollis Blanchard
2004-09-01 8:27 ` Yoshinori K. Okuji [this message]
2004-09-01 16:04 ` Hollis Blanchard
2004-09-02 4:47 ` Hollis Blanchard
2004-09-02 10:48 ` Yoshinori K. Okuji
2004-09-02 14:09 ` Jeroen Dekkers
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=200409011027.04994.okuji@enbug.org \
--to=okuji@enbug.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.