From 7695492924f1a86fcac93a43869e0e195c7391c7 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 31 Jul 2025 20:20:00 +0100 Subject: [PATCH] [Specification] Add dump hardware block definition (`DMP*`) --- docs/spec/structs/dumphw.adoc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/spec/structs/dumphw.adoc b/docs/spec/structs/dumphw.adoc index d0dd891..a54e911 100644 --- a/docs/spec/structs/dumphw.adoc +++ b/docs/spec/structs/dumphw.adoc @@ -162,4 +162,17 @@ typedef struct DumpHardwareExtent |8 bytes |end |Ending LBA of the extent (inclusive). -|=== \ No newline at end of file +|=== + +Each dump hardware entry is followed by a sequence of string fields in the following fixed order: + +. Manufacturer +. Model +. Revision +. Firmware Version +. Serial Number +. Software Name +. Software Version +. Software Operating System + +Immediately after the final string (`Software Operating System`), the list of extents associated with that hardware entry begins.