Skip to content

Commit afcc45d

Browse files
authored
Merge pull request #461 from rust-osdev/doc/e820
mention E820 in docs for UnknownBios
2 parents 0188e71 + ccac2ce commit afcc45d

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)