Skip to content

Add December PRs for uefi-rs project #83

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 1 commit into from
Jan 3, 2022
Merged
Changes from all commits
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
21 changes: 21 additions & 0 deletions content/this-month/2021-12/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ month = "December 2021"
authors = [
"phil-opp",
"IsaacWoods",
"GabrielMajeri",
# add yourself here
]
+++
Expand Down Expand Up @@ -49,6 +50,26 @@ hardcoded object. We now treat these objects correctly as control methods, suppo

Thanks to [@Dentosal](https://github.com/Dentosal) for this contribution!

### [`uefi-rs`](https://github.com/rust-osdev/uefi-rs)

The `uefi` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS.

We merged the following PRs this month:

- [Implement `open_protocol`, use it to fix flaky screenshot test](https://github.com/rust-osdev/uefi-rs/pull/318)
- [Change `memory_map_size` to return entry size as well](https://github.com/rust-osdev/uefi-rs/pull/326)
- [Document how to publish new versions of the crates](https://github.com/rust-osdev/uefi-rs/pull/322)
- [Improve clippy linting in `build.py` and CI](https://github.com/rust-osdev/uefi-rs/pull/319)
- [`build.py`: fix `clippy --verbose`](https://github.com/rust-osdev/uefi-rs/pull/323)
- [`build.py`: deny warnings when running clippy](https://github.com/rust-osdev/uefi-rs/pull/324)
- [Move `build.py` to the root of the repo](https://github.com/rust-osdev/uefi-rs/pull/334)
- [Fix unused use warning that shows up with some build configs](https://github.com/rust-osdev/uefi-rs/pull/330)
- [Fix build error on latest nightly](https://github.com/rust-osdev/uefi-rs/pull/328)
- [Update the version of `qemu-exit`](https://github.com/rust-osdev/uefi-rs/pull/331)
- [Add missing `#[must_use]` marker attributes](https://github.com/rust-osdev/uefi-rs/pull/332)

Thanks to [@StevenDoesStuffs](https://github.com/StevenDoesStuffs) and [@toku-sa-n](https://github.com/toku-sa-n) for their contributions!

## Call for Participation

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