Skip to content

Commit

Permalink
Merge pull request #461 from rust-osdev/doc/e820
Browse files Browse the repository at this point in the history
mention E820 in docs for UnknownBios
  • Loading branch information
Freax13 authored Nov 2, 2024
2 parents 0188e71 + ccac2ce commit afcc45d
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 afcc45d

Please sign in to comment.