/[grub]/grub2/term/i386/pc/vga.c
ViewVC logotype

Diff of /grub2/term/i386/pc/vga.c

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

revision 1.6 by marco_g, Mon Nov 1 16:19:30 2004 UTC revision 1.7 by okuji, Wed Mar 2 20:12:46 2005 UTC
# Line 576  static struct grub_term grub_vga_term = Line 576  static struct grub_term grub_vga_term =
576      .next = 0      .next = 0
577    };    };
578    
 static grub_err_t  
 debug_command (struct grub_arg_list *state __attribute__ ((unused)),  
                int argc  __attribute__ ((unused)),  
                char **args __attribute__ ((unused)))  
 {  
   grub_printf ("???????กใ??n");  
   
   return 0;  
 }  
   
579  GRUB_MOD_INIT  GRUB_MOD_INIT
580  {  {
581    my_mod = mod;    my_mod = mod;
582    grub_term_register (&grub_vga_term);    grub_term_register (&grub_vga_term);
   grub_register_command ("debug", debug_command, GRUB_COMMAND_FLAG_CMDLINE,  
                          "debug", "Debug it!", 0);  
583  }  }
584    
585  GRUB_MOD_FINI  GRUB_MOD_FINI

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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