From: Vladimir 'phcoder' Serbinenko Date: Mon, 20 Sep 2010 23:46:28 +0000 (+0200) Subject: * doc/multiboot.texi: Add new memory type for badram. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fce58cb2805926009d6a551588a21a9e27a9fc1e;p=thirdparty%2Fgrub.git * doc/multiboot.texi: Add new memory type for badram. --- diff --git a/ChangeLog b/ChangeLog index 1793e5a6f..e26400347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-20 Vladimir Serbinenko + + * doc/multiboot.texi: Add new memory type for badram. + 2010-09-13 Vladimir Serbinenko * doc/multiboot.texi: Clarify command line format. diff --git a/doc/multiboot.h b/doc/multiboot.h index 176593116..1ca087f1f 100644 --- a/doc/multiboot.h +++ b/doc/multiboot.h @@ -238,6 +238,7 @@ struct multiboot_mmap_entry #define MULTIBOOT_MEMORY_RESERVED 2 #define MULTIBOOT_MEMORY_ACPI_RECLAIMABLE 3 #define MULTIBOOT_MEMORY_NVS 4 +#define MULTIBOOT_MEMORY_BADRAM 5 multiboot_uint32_t type; } __attribute__((packed)); typedef struct multiboot_mmap_entry multiboot_memory_map_t; diff --git a/doc/multiboot.texi b/doc/multiboot.texi index fe70fd532..898700735 100644 --- a/doc/multiboot.texi +++ b/doc/multiboot.texi @@ -824,7 +824,7 @@ starting address. @samp{length} is the size of the memory region in bytes. @samp{type} is the variety of address range represented, where a value of 1 indicates available @sc{ram}, value of 3 indicates usable memory holding ACPI information, value of 4 indicates reserved memory which needs to -be preserved on hibernation and all other values currently +be preserved on hibernation, value of 5 indicates a memory which is occupied by defective RAM modules and all other values currently indicated a reserved area. The map provided is guaranteed to list all standard @sc{ram} that should