Replace the region at 0 from coreboot tables to available in BSD
memory map.
This commit is contained in:
parent
ff99babdfe
commit
6a7fb94bfb
6 changed files with 24 additions and 3 deletions
|
@ -47,6 +47,7 @@ static const int priority[] =
|
|||
[GRUB_MEMORY_AVAILABLE] = 1,
|
||||
[GRUB_MEMORY_RESERVED] = 3,
|
||||
[GRUB_MEMORY_ACPI] = 2,
|
||||
[GRUB_MEMORY_COREBOOT_TABLES] = 2,
|
||||
[GRUB_MEMORY_CODE] = 3,
|
||||
[GRUB_MEMORY_NVS] = 3,
|
||||
[GRUB_MEMORY_HOLE] = 4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue