From fce58cb2805926009d6a551588a21a9e27a9fc1e Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Tue, 21 Sep 2010 01:46:28 +0200 Subject: [PATCH] * doc/multiboot.texi: Add new memory type for badram. --- ChangeLog | 4 ++++ doc/multiboot.h | 1 + doc/multiboot.texi | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.2