+2010-09-20 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * doc/multiboot.texi: Add new memory type for badram.
+
2010-09-13 Vladimir Serbinenko <phcoder@gmail.com>
* doc/multiboot.texi: Clarify command line format.
#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;
@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