Crate tartan_uefi
source ·Expand description
Support for Unified Extensible Firmware Interface
See EDK MdePkg/Include/Uefi/UefiSpec.h
Modules§
BootServices
-based heap allocator to support the standard alloc crate.- Static pointer to the
SystemTable
, used by features where we can’t pass it directly. SimpleTextOutput
-basedWrite
implementation to support formatting macros.
Macros§
- Write formatted data to an
OutputStream
and return the last result, rather than a dumbcore::fmt::Error
.
Structs§
Constants§
- Constant page size defined by UEFI specification for
BootServices::allocate_pages
.