* grub-core/loader/i386/linux.c (allocate_pages): Overwrite low memory

boot services if we have no other choice.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-04-17 13:00:06 +02:00
parent b9153381b8
commit b41be5623a
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,14 @@
2012-04-17 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/linux.c (allocate_pages): Overwrite low memory
boot services if we have no other choice.
2012-04-14 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mknetdir.in: Rename --override-directory to --directory and
document it.
* tests/util/grub-shell.in: Update to --directory.
2012-04-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/zfs/zfs.c: Disable -Wstrict-aliasing.