You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="maintainers">Maintained by [@GabrielMajeri](https://github.com/GabrielMajeri), [@nicholasbishop](https://github.com/nicholasbishop), and [@phip1611](https://github.com/phip1611)</span>
75
+
76
+
`uefi` makes it easy to develop Rust software that leverages safe, convenient,
77
+
and performant abstractions for UEFI functionality.
78
+
79
+
We merged the following PRs this month:
80
+
81
+
-[uefi-macros: Require that the entry function takes zero args](https://github.com/rust-osdev/uefi-rs/pull/1418)
82
+
-[uefi: Delete the deprecated `uefi::table::{boot,system}` modules](https://github.com/rust-osdev/uefi-rs/pull/1417)
83
+
-[uefi: Derive Eq/PartialEq for GptPartitionEntry](https://github.com/rust-osdev/uefi-rs/pull/1421)
84
+
-[uefi: Add CStr16 conversions from slices with interior nuls](https://github.com/rust-osdev/uefi-rs/pull/1422)
85
+
-[uefi: Improve the VariableKey type and iterator](https://github.com/rust-osdev/uefi-rs/pull/1424)
86
+
-[Update timeline section of funcs_migration.md](https://github.com/rust-osdev/uefi-rs/pull/1429)
87
+
-[xtask: Add action to generate a code coverage report](https://github.com/rust-osdev/uefi-rs/pull/1423)
88
+
-[nix: add cargo-llvm-cov to nix shell + niv update](https://github.com/rust-osdev/uefi-rs/pull/1439)
<spanclass="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp), [@josephlr](https://github.com/orgs/rust-osdev/people/josephlr), and [@Freax13](https://github.com/orgs/rust-osdev/people/Freax13)</span>
110
+
111
+
The `x86_64` crate provides various abstractions for `x86_64` systems, including wrappers for CPU instructions, access to processor-specific registers, and abstraction types for architecture-specific structures such as page tables and descriptor tables.
<spanclass="maintainers">Maintained by [@IsaacWoods](https://github.com/IsaacWoods)</span>
121
+
122
+
The `pci_types` library provides types for accessing and configuring PCI devices from Rust operating systems. We merged the following change this month:
123
+
124
+
-[Add set bus number funcs](https://github.com/rust-osdev/pci_types/pull/36)
125
+
126
+
Thanks to [@ZR233](https://github.com/ZR233) for their contributions!
<spanclass="maintainers">Maintained by [@nicholasbishop](https://github.com/nicholasbishop) and [@phil-opp](https://github.com/phil-opp)</span>
131
+
132
+
The `ovmf-prebuilt` project provides pre-built [edk2](https://github.com/tianocore/edk2) releases to make it easier to set up OVMF. We merged the following improvement this month:
<spanclass="maintainers">Maintained by [@IsaacWoods](https://github.com/IsaacWoods)</span>
166
+
167
+
The `acpi` repository contains crates for parsing the ACPI tables – data structures that the firmware of modern computers use to relay information about the hardware to the OS. We merged the following changes this month:
168
+
169
+
-[Add `from_rsdt` method for `AcpiTables`.](https://github.com/rust-osdev/acpi/pull/222)
170
+
171
+
Thanks to [@Hsy-Intel](https://github.com/Hsy-Intel) for their contributions!
172
+
63
173
64
174
## Other Projects
65
175
@@ -74,6 +184,7 @@ In this section, we describe updates to Rust OS projects that are not directly r
74
184
...<<your project updates>>...
75
185
-->
76
186
187
+
_No updates were proposed for this section this month._
0 commit comments