* grub-core/kern/i386/pc/init.c (grub_get_conv_memsize): Removed.

(grub_machine_init): Don't check amount of low memory as reportedly
	INT 12h can be broken and if low memory is too low we wouldn't have
	gotten into grub_machine_init anyway.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-01-10 17:54:21 +01:00
parent c49849cc63
commit db87be2aea
2 changed files with 14 additions and 16 deletions

View file

@ -1,3 +1,10 @@
2011-01-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/i386/pc/init.c (grub_get_conv_memsize): Removed.
(grub_machine_init): Don't check amount of low memory as reportedly
INT 12h can be broken and if low memory is too low we wouldn't have
gotten into grub_machine_init anyway.
2011-01-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/i386/pc/mmap.c (grub_get_conv_memsize): New function.