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
|
@ -37,6 +37,7 @@ static const char *names[] =
|
|||
is required to save accross hibernations. */
|
||||
[GRUB_MEMORY_NVS] = N_("ACPI non-volatile storage RAM"),
|
||||
[GRUB_MEMORY_BADRAM] = N_("faulty RAM (BadRAM)"),
|
||||
[GRUB_MEMORY_COREBOOT_TABLES] = N_("RAM holding coreboot tables"),
|
||||
[GRUB_MEMORY_CODE] = N_("RAM holding firmware code"),
|
||||
[GRUB_MEMORY_HOLE] = N_("Address range not associated with RAM")
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue