8000 doc: move misc stuff from README to lib.rs [doc: 2/N] by phip1611 · Pull Request #1290 · rust-osdev/uefi-rs · GitHub
[go: up one dir, main page]

Skip to content
8000

doc: move misc stuff from README to lib.rs [doc: 2/N] #1290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: drop Trivia section
We are already referring to the UEFI spec which is sufficient.
  • Loading branch information
phip1611 committed Aug 7, 2024
commit 7a38b010e0a298e2c1c76501ec9b164ce7db0743
8 changes: 0 additions & 8 deletions README.md
69F4
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ This crate makes it easy to develop Rust software that leverages **safe**,

## Description

[UEFI] started as the successor firmware to the BIOS in x86 space and developed
to a universal firmware specification for various platforms, such as ARM. It
provides an early boot environment with a variety of [specified][spec]
ready-to-use "high-level" functionality, such as accessing disks or the network.
EFI images, the files that can be loaded by an UEFI environment, can leverage
these abstractions to extend the functionality in form of additional drivers,
OS-specific bootloaders, or different kind of low-level applications.

Our mission is to provide **safe** and **performant** wrappers for UEFI
interfaces, and allow developers to write idiomatic Rust code.

Expand Down
0