Remove biglinux FIXME comment. It's a non-issue

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-27 22:34:25 +02:00
parent 7ddbecf25f
commit 2a87d7d1b6
2 changed files with 1 additions and 2 deletions

View file

@ -190,7 +190,7 @@ grub_cmd_legacy_kernel (struct grub_command *mycmd __attribute__ ((unused)),
continue; continue;
} }
/* FIXME: what's the difference? */ /* linux16 handles both zImages and bzImages. */
if (argc >= 1 && (grub_strcmp (args[0], "--type=linux") == 0 if (argc >= 1 && (grub_strcmp (args[0], "--type=linux") == 0
|| grub_strcmp (args[0], "--type=biglinux") == 0)) || grub_strcmp (args[0], "--type=biglinux") == 0))
{ {

View file

@ -120,7 +120,6 @@ struct legacy_command legacy_commands[] =
/* install unsupported. */ /* install unsupported. */
/* ioprobe unsupported. */ /* ioprobe unsupported. */
/* FIXME: really support --no-mem-option. */ /* FIXME: really support --no-mem-option. */
/* FIXME: distinguish linux and biglinux. */
/* FIXME: dublicate multiboot filename. */ /* FIXME: dublicate multiboot filename. */
{"kernel", "legacy_kernel %s %s '%s' %s\n", 4, {TYPE_TYPE_OR_NOMEM_OPTION, {"kernel", "legacy_kernel %s %s '%s' %s\n", 4, {TYPE_TYPE_OR_NOMEM_OPTION,
TYPE_TYPE_OR_NOMEM_OPTION, TYPE_TYPE_OR_NOMEM_OPTION,