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 [@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>
66
+
67
+
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.
68
+
69
+
We merged the following PRs this month:
70
+
71
+
-[fix field order for INVPCID descriptor](https://github.com/rust-osdev/x86_64/pull/508)
72
+
-[fix CI job for building on MSRV](https://github.com/rust-osdev/x86_64/pull/510)
Thanks to [@mrjbom](https://github.com/mrjbom) for their contribution!
83
+
84
+
85
+
### [`acpi`](https://github.com/rust-osdev/acpi)
86
+
<spanclass="maintainers">Maintained by [@IsaacWoods](https://github.com/IsaacWoods)</span>
87
+
88
+
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:
89
+
90
+
-[Implement the multiprocessor wakeup mechanism.](https://github.com/rust-osdev/acpi/pull/225)
91
+
-[acpi-dumper: fix invocation of compile_error!](https://github.com/rust-osdev/acpi/pull/229)
92
+
-[aml: make resource descriptor fields public](https://github.com/rust-osdev/acpi/pull/228)
93
+
-[acpi: fix clippy warnings and run clippy in CI](https://github.com/rust-osdev/acpi/pull/230)
94
+
-[acpi: fix doc warnings and add missing links](https://github.com/rust-osdev/acpi/pull/231)
Thanks to [@pjhades](https://github.com/pjhades), [@00xc](https://github.com/00xc), and [@Hsy-Intel](https://github.com/Hsy-Intel) for their contributions!
<spanclass="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp) and [@Freax13](https://github.com/orgs/rust-osdev/people/Freax13)</span>
102
+
103
+
The `bootloader` crate implements a custom Rust-based bootloader for easy loading of 64-bit ELF executables. This month, we merged the following improvements:
104
+
105
+
-[Remove 3dnow features from stage4 target](https://github.com/rust-osdev/bootloader/pull/471)
106
+
-[mention E820 in docs for UnknownBios](https://github.com/rust-osdev/bootloader/pull/461)
Thanks to [@Ollrogge](https://github.com/Ollrogge), [@ChocolateLoverRaj](https://github.com/ChocolateLoverRaj), and [@Makonede](https://github.com/Makonede) for their contributions!
<spanclass="maintainers">Maintained by [@GabrielMajeri](https://github.com/GabrielMajeri), [@nicholasbishop](https://github.com/nicholasbishop), and [@phip1611](https://github.com/phip1611)</span>
118
+
119
+
`uefi` makes it easy to develop Rust software that leverages safe, convenient,
120
+
and performant abstractions for UEFI functionality.
<spanclass="maintainers">Maintained by [@nicholasbishop](https://github.com/nicholasbishop) and [@phil-opp](https://github.com/phil-opp)</span>
150
+
151
+
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:
0 commit comments