File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 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**,
1313
1414## Description
1515
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-
2416Our mission is to provide ** safe** and ** performant** wrappers for UEFI
2517interfaces, and allow developers to write idiomatic Rust code.
2618
You can’t perform that action at this time.
0 commit comments