Module uefi::table

source ·
Expand description

Standard UEFI tables.

Modules§

  • UEFI services available during boot.
  • Configuration table utilities.
  • UEFI services available at runtime, even after the OS boots.

Structs§

  • Marker struct associated with the boot view of the UEFI System Table.
  • All standard UEFI tables begin with a common header.
  • A revision of the UEFI specification.
  • Marker struct associated with the run-time view of the UEFI System Table.
  • UEFI System Table interface

Traits§

  • Common trait implemented by all standard UEFI tables.