File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ You can use the abstractions for example to:
30
30
- create OS-specific loaders and leverage UEFI boot service
31
31
- access UEFI runtime services from an OS
32
32
33
- All crates are compatible with all platforms that both the Rust compiler and
34
- UEFI support, such as ` i686 ` , ` x86_64 ` , and ` aarch64 ` ). Please note that we
35
- can't test all possible hardware/firmware/platform combinations.
36
-
37
33
[ UEFI ] : https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface
38
34
39
35
![ UEFI App running in QEMU] ( https://imgur.com/SFPSVuO.png )
Original file line number Diff line number Diff line change 16
16
//! epochs. However, the `uefi` crate unfolds its true potential when
17
17
//! interacting with UEFI boot services.
18
18
//!
19
+ //! ## Supported Architectures
20
+ //!
21
+ //! `uefi` is compatible with all platforms that both the Rust compiler and
22
+ //! UEFI support, such as `i686`, `x86_64`, and `aarch64`. Please note that we
23
+ //! can't test all possible hardware/firmware/platform combinations in CI.
24
+ //!
19
25
//! # Crate organisation
20
26
//!
21
27
//! The top-level module contains some of the most used types and macros,
You can’t perform that action at this time.
0 commit comments