[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linux loader for the PPC
From: |
Jeroen Dekkers |
Subject: |
Re: Linux loader for the PPC |
Date: |
Tue, 13 Jul 2004 19:55:33 +0200 |
User-agent: |
Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) |
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()?
Jeroen Dekkers