Expand description
Support for Unified Extensible Firmware Interface
See EDK MdePkg/Include/Uefi/UefiSpec.h
Modules§
- allocator
BootServices
-based heap allocator to support the standard alloc crate.- global
- Static pointer to the
SystemTable
, used by features where we can’t pass it directly. - io
SimpleTextOutput
-basedWrite
implementation to support formatting macros.- proto
Macros§
- writeln_
result - Write formatted data to an
OutputStream
and return the last result, rather than a dumbcore::fmt::Error
.
Structs§
- Allocate
Type - Boot
Services - Configuration
Table - GUID
- Handle
- Memory
Attributes - Memory
Descriptor - Memory
Map - Memory
Type - Open
Protocol Attributes - Revision
- Runtime
Services - Status
- System
Table - Table
Header
Constants§
- PAGE_
SIZE - Constant page size defined by UEFI specification for
BootServices::allocate_pages
.