File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,6 @@ This crate makes it easy to develop Rust software that leverages **safe**,
13
13
14
14
## Description
15
15
16
- [ UEFI] started as the successor firmware to the BIOS in x86 space and developed
17
- to a universal firmware specification for various platforms, such as ARM. It
18
- provides an early boot environment with a variety of [ specified] [ spec ]
19
- ready-to-use "high-level" functionality, such as accessing disks or the network.
20
- EFI images, the files that can be loaded by an UEFI environment, can leverage
21
- these abstractions to extend the functionality in form of additional drivers,
22
- OS-specific bootloaders, or different kind of low-level applications.
23
-
24
16
Our mission is to provide ** safe** and ** performant** wrappers for UEFI
25
17
interfaces, and allow developers to write idiomatic Rust code.
26
18
You can’t perform that action at this time.
0 commit comments