/[grub]/grub/stage2/stage2.c
ViewVC logotype

Diff of /grub/stage2/stage2.c

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

revision 1.35 by okuji, Tue Jan 8 03:19:23 2002 UTC revision 1.36 by okuji, Sun Mar 24 12:28:54 2002 UTC
# Line 808  restart: Line 808  restart:
808    /* Enable the auto fill mode.  */    /* Enable the auto fill mode.  */
809    auto_fill = 1;    auto_fill = 1;
810        
811      cls ();
812    
813    while (1)    while (1)
814      {      {
       cls ();  
   
815        if (config_entries)        if (config_entries)
816          printf ("  Booting \'%s\'\n\n",          printf ("  Booting \'%s\'\n\n",
817                  get_entry (menu_entries, first_entry + entryno, 0));                  get_entry (menu_entries, first_entry + entryno, 0));

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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