mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
doc: extend showcases in README and fix typos/spellcheck
This commit is contained in:
parent
a21b1821bf
commit
bba5c79085
2 changed files with 16 additions and 4 deletions
|
|
@ -17,6 +17,7 @@ extend-ignore-identifiers-re = [
|
|||
[default.extend-words]
|
||||
# ./uefi-test-runner/src/proto/device_path.rs:92:14
|
||||
HD = "HD"
|
||||
Ratatui = "Ratatui"
|
||||
|
||||
[default.extend-identifiers]
|
||||
# We sometimes use "typ" as "type" is a reserved keyword
|
||||
|
|
|
|||
19
README.md
19
README.md
|
|
@ -80,10 +80,15 @@ prerequisites for running the tests.
|
|||
|
||||
## Showcases
|
||||
|
||||
- [`ratatuefi`] provides a [Ratatui] backend for the UEFI environment using `uefi`.
|
||||
_Selected show cases from community. Feel free to raise a PR and add yours!_
|
||||
|
||||
|
||||
- [`efimux`] is an EFI application for booting other EFI applications, written
|
||||
with the aforementioned [`ratatuefi`] and therefore also `uefi`.
|
||||
- [`ratatuefi`] provides a [Ratatui] backend for the UEFI environment using `uefi`.
|
||||
- [`uefirc`] is a graphical UEFI IRC client to connect to an IRC server, chat,
|
||||
and read messages, all from the comfort of your motherboard's pre-boot
|
||||
environment.
|
||||
|
||||
## Discuss and Contribute
|
||||
|
||||
|
|
@ -99,10 +104,16 @@ Contributions in the form of a PR are also highly welcome. Check our
|
|||
Licensed under either of [Apache License, Version 2.0][apache] or
|
||||
[MIT license][mit] at your option.
|
||||
|
||||
<!-- Normal links & references -->
|
||||
|
||||
[apache]: LICENSE-APACHE
|
||||
[`efimux`]: https://github.com/sermuns/efimux
|
||||
[mit]: LICENSE-MIT
|
||||
[`ratatuefi`]: https://github.com/sermuns/ratatuefi
|
||||
[Ratatui]: https://github.com/ratatui/ratatui
|
||||
[UEFI]: https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface
|
||||
[Zulip]: https://rust-osdev.zulipchat.com
|
||||
|
||||
<!-- Show cases -->
|
||||
|
||||
[`ratatuefi`]: https://github.com/sermuns/ratatuefi
|
||||
[Ratatui]: https://github.com/ratatui/ratatui
|
||||
[`efimux`]: https://github.com/sermuns/efimux
|
||||
[`uefirc`]: https://github.com/codyd51/uefirc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue