From: Marco Gerards <metgerards@student.han.nl>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [ppc] [patch] more cleanups
Date: Tue, 10 May 2005 20:01:39 +0200 [thread overview]
Message-ID: <873bsvq7ss.fsf@student.han.nl> (raw)
In-Reply-To: <20050510013936.GA20230@miracle> (Hollis Blanchard's message of "Mon, 9 May 2005 20:39:36 -0500")
Hollis Blanchard <hollis@penguinppc.org> writes:
> I've found a few more things that needed cleaning, so here is the
> updated patch. I have tested it.
It looks fine to me. I have a few questions:
> (grub_ieee1275_next_property): Likewise. Change type of first argument
> to grub_ieee1275_phandle_t.
Please use double spaces.
> --- include/grub/powerpc/ieee1275/kernel.h 4 Jan 2005 14:01:45 -0000 1.1
> +++ include/grub/powerpc/ieee1275/kernel.h 10 May 2005 01:27:36 -0000
> @@ -21,6 +21,6 @@
> #define GRUB_KERNEL_MACHINE_HEADER 1
>
> /* Where grub-mkimage places the core modules in memory. */
> -#define GRUB_IEEE1275_MODULE_BASE 0x0300000
> +#define GRUB_IEEE1275_MODULE_BASE 0x00300000
Huh? Can you explain this? I would even prefer:
#define GRUB_IEEE1275_MODULE_BASE 0x300000
> Index: loader/powerpc/ieee1275/linux.c
[...]
> - initrd_addr = 0xc0000000;
> + initrd_addr = 0;
Does loading linux with an initrd still work?
Thanks,
Marco
next prev parent reply other threads:[~2005-05-10 18:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-10 1:39 [ppc] [patch] more cleanups Hollis Blanchard
2005-05-10 18:01 ` Marco Gerards [this message]
2005-05-10 22:34 ` Hollis Blanchard
2005-05-11 6:37 ` Marco Gerards
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=873bsvq7ss.fsf@student.han.nl \
--to=metgerards@student.han.nl \
--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.