/[grub]/grub2/loader/i386/pc/linux_normal.c
ViewVC logotype

Diff of /grub2/loader/i386/pc/linux_normal.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by okuji, Sun Jul 17 20:26:07 2005 UTC revision 1.3 by marco_g, Sun Nov 13 15:47:09 2005 UTC
# Line 40  grub_normal_initrd_command (struct grub_ Line 40  grub_normal_initrd_command (struct grub_
40    return grub_errno;    return grub_errno;
41  }  }
42    
43  GRUB_MOD_INIT  GRUB_MOD_INIT(linux_normal)
44  {  {
45    (void) mod; /* To stop warning.  */    (void) mod; /* To stop warning.  */
46    grub_register_command ("linux", grub_normal_linux_command,    grub_register_command ("linux", grub_normal_linux_command,
# Line 54  GRUB_MOD_INIT Line 54  GRUB_MOD_INIT
54                           "Load an initrd.", 0);                           "Load an initrd.", 0);
55  }  }
56    
57  GRUB_MOD_FINI  GRUB_MOD_FINI(linux_normal)
58  {  {
59    grub_unregister_command ("linux");    grub_unregister_command ("linux");
60    grub_unregister_command ("initrd");    grub_unregister_command ("initrd");

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26