Skip to content

Commit 4162955

Browse files
committed
doc: add Supported Architectures
1 parent 944f142 commit 4162955

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ You can use the abstractions for example to:
3232
- create OS-specific loaders and leverage UEFI boot service
3333
- access UEFI runtime services from an OS
3434

35-
All crates are compatible with all platforms that both the Rust compiler and
36-
UEFI support, such as `i686`, `x86_64`, and `aarch64`). Please note that we
37-
can't test all possible hardware/firmware/platform combinations.
38-
3935
[UEFI]: https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface
4036

4137
![UEFI App running in QEMU](https://imgur.com/SFPSVuO.png)

uefi/src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
//! from your kernel. Hence, when you also use utilize `uefi` also in ELF
4646
//! binaries and are not limited to EFI images.
4747
//!
48+
//! ## Supported Architectures
49+
//!
50+
//! `uefi` is compatible with all platforms that both the Rust compiler and
51+
//! UEFI support, such as `i686`, `x86_64`, and `aarch64`. Please note that we
52+
//! can't test all possible hardware/firmware/platform combinations in CI.
53+
//!
4854
//! # Crate organisation
4955
//!
5056
//! The top-level module contains some of the most used types and macros,

0 commit comments

Comments
 (0)