~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to loader/i386/pc/linux.c

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
      goto fail;
183
183
    }
184
184
 
185
 
  grub_printf ("   [Linux-%s, setup=0x%x, size=0x%x]\n",
186
 
               grub_linux_is_bzimage ? "bzImage" : "zImage", real_size, prot_size);
 
185
  grub_dprintf ("linux", "Linux-%s, setup=0x%x, size=0x%x\n",
 
186
                grub_linux_is_bzimage ? "bzImage" : "zImage",
 
187
                real_size, prot_size);
187
188
 
188
189
  for (i = 1; i < argc; i++)
189
190
    if (grub_memcmp (argv[i], "vga=", 4) == 0)