Skip to content

Commit ccac2ce

Browse files
committed
mention E820 in docs for UnknownBios
This wasn't entirely obvious previously, let's be explicit.
1 parent ea3f61a commit ccac2ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/src/info.rs

+2
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ pub enum MemoryRegionKind {
173173
/// Contains the UEFI memory type tag.
174174
UnknownUefi(u32),
175175
/// An unknown memory region reported by the BIOS firmware.
176+
///
177+
/// Contains the E820 memory type.
176178
UnknownBios(u32),
177179
}
178180

0 commit comments

Comments
 (0)