From: Marco Gerards <metgerards@student.han.nl>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Linux loader for the PPC
Date: Tue, 13 Jul 2004 21:03:09 +0200 [thread overview]
Message-ID: <87iscrraqa.fsf@marco.marco-g.com> (raw)
In-Reply-To: <87k6x723my.wl@pc-jeroen.dekkers.cx> (Jeroen Dekkers's message of "Tue, 13 Jul 2004 19:55:33 +0200")
Jeroen Dekkers <jeroen@dekkers.cx> writes:
> At Tue, 13 Jul 2004 19:01:22 +0200,
> Marco Gerards wrote:
>> +static void
>> +grub_rescue_cmd_linux (int argc, char *argv[])
>> +{
>> + grub_load_linux (argc, argv);
>> +}
>> +
>> +GRUB_MOD_INIT
>> +{
>> + grub_rescue_register_command ("linux", grub_rescue_cmd_linux,
>> + "load a linux kernel");
>> + my_mod = mod;
>> +}
>
> Why don't you just use grub_load_linux as argument to
> grub_rescue_register_command()?
Because that will make it harder to change the interface of
grub_load_linux afterwards.
--
Marco
next prev parent reply other threads:[~2004-07-13 19:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-13 17:01 Linux loader for the PPC Marco Gerards
2004-07-13 17:55 ` Jeroen Dekkers
2004-07-13 19:03 ` Marco Gerards [this message]
2004-07-13 21:51 ` Jeroen Dekkers
2004-07-13 22:38 ` Marco Gerards
2004-07-27 18:06 ` 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=87iscrraqa.fsf@marco.marco-g.com \
--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.