Don't use post-4G memory on EFI even if 64-bit since some non-compliant
implementations bug on them. * grub-core/kern/efi/mm.c (grub_efi_allocate_pages): Skip post-4G memory. (filter_memory_map): Likewise.
This commit is contained in:
parent
d570097a04
commit
ae67942e78
2 changed files with 13 additions and 4 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-01-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Don't use post-4G memory on EFI even if 64-bit since some non-compliant
|
||||
implementations bug on them.
|
||||
|
||||
* grub-core/kern/efi/mm.c (grub_efi_allocate_pages): Skip post-4G
|
||||
memory.
|
||||
(filter_memory_map): Likewise.
|
||||
|
||||
2011-01-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-kbdcomp.in: Add missing prefix and exec_prefix variables.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue