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 @@ -32,10 +32,6 @@ You can use the abstractions for example to:
32
32
- create OS-specific loaders and leverage UEFI boot service
33
33
- access UEFI runtime services from an OS
34
34
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
-
39
35
[ UEFI ] : https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface
40
36
41
37
![ UEFI App running in QEMU] ( https://imgur.com/SFPSVuO.png )
Original file line number Diff line number Diff line change 45
45
//! from your kernel. Hence, when you also use utilize `uefi` also in ELF
46
46
//! binaries and are not limited to EFI images.
47
47
//!
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
+ //!
48
54
//! # Crate organisation
49
55
//!
50
56
//! 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