Skip to content

Commit 7a38b01

Browse files
committed
doc: drop Trivia section
We are already referring to the UEFI spec which is sufficient.
1 parent e76ad8a commit 7a38b01

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

-8
Original file line numberDiff line numberDiff 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-
2416
Our mission is to provide **safe** and **performant** wrappers for UEFI
2517
interfaces, and allow developers to write idiomatic Rust code.
2618

0 commit comments

Comments
 (0)