+2010-09-20 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * doc/multiboot.texi: New type for badram.
+
2010-09-20 Vladimir Serbinenko <phcoder@gmail.com>
* doc/multiboot.texi: New tags for EFI system table, DHCP ACK, SMBIOS
@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.
@samp{reserved} is set to @samp{0} by bootloader and must be ignored by the OS image.
#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;
multiboot_uint32_t zero;
} __attribute__((packed));