Enable linux16 on non-BIOS systems for i.a. memtest.

* grub-core/loader/i386/pc/linux.c (grub_cmd_linux): Handle hole at 0
	correctly.
	* grub-core/Makefile.core.def (linux16): Enable on all x86 flavours.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-02-28 22:48:41 +01:00
parent 005a9c32df
commit 0789b67232
3 changed files with 54 additions and 20 deletions

View file

@ -1390,9 +1390,9 @@ module = {
module = {
name = linux16;
i386_pc = loader/i386/pc/linux.c;
i386_pc = lib/cmdline.c;
enable = i386_pc;
common = loader/i386/pc/linux.c;
common = lib/cmdline.c;
enable = x86;
};
module = {