Skip to content

Commit

Permalink
mention E820 in docs for UnknownBios
Browse files Browse the repository at this point in the history
This wasn't entirely obvious previously, let's be explicit.
  • Loading branch information
Freax13 committed Oct 12, 2024
1 parent ea3f61a commit ccac2ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ pub enum MemoryRegionKind {
/// Contains the UEFI memory type tag.
UnknownUefi(u32),
/// An unknown memory region reported by the BIOS firmware.
///
/// Contains the E820 memory type.
UnknownBios(u32),
}

Expand Down

0 comments on commit ccac2ce

Please sign in to comment.