* grub-core/loader/i386/linux.c (allocate_pages): Don't allocate

beyond 4 GiB.
	(grub_cmd_linux): Use GRUB_LINUX_BZIMAGE_ADDR for non-relocatable
	images independently of preffered adderss field.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-11 23:41:29 +01:00
parent 0ae4f0bddb
commit 2282da4a93
2 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2012-03-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/linux.c (allocate_pages): Don't allocate
beyond 4 GiB.
(grub_cmd_linux): Use GRUB_LINUX_BZIMAGE_ADDR for non-relocatable
images independently of preffered adderss field.
2012-03-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/i386/pc/play.c: Improve TRANSLATORS comments.