Skip to content

Commit 4e53229

Browse files
Add uefi-rs changes from May
1 parent 3dcfe33 commit 4e53229

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/this-month/2021-05/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3636

3737
In May, …
3838

39+
### [`uefi-rs`](https://github.com/rust-osdev/uefi-rs)
40+
41+
The `uefi` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS. In May, we merged the following changes:
42+
43+
- [Switch to the newer `Try` trait API](https://github.com/rust-osdev/uefi-rs/pull/221)
44+
- [Add `FromResidual<Result<!, Error>>` impl for `Status`](https://github.com/rust-osdev/uefi-rs/pull/223)
45+
- [Add `PartitionInfo` protocol](https://github.com/rust-osdev/uefi-rs/pull/225)
46+
- [Add shim lock protocol](https://github.com/rust-osdev/uefi-rs/pull/226)
47+
48+
Thanks to [@phil-opp](https://github.com/phil-opp) and [@nicholasbishop](https://github.com/nicholasbishop) for their contributions!
49+
3950
## Call for Participation
4051

4152
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding

0 commit comments

Comments
 (0)