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;
}
/* FIXME: what's the difference? */
/* linux16 handles both zImages and bzImages. */
if (argc >= 1 && (grub_strcmp (args[0], "--type=linux") == 0
|| grub_strcmp (args[0], "--type=biglinux") == 0))
{

View File

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