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
Copy file name to clipboardExpand all lines: content/this-month/2025-08/index.md
+73Lines changed: 73 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,79 @@ In this section, we give an overview of notable changes to the projects hosted u
64
64
-->
65
65
66
66
67
+
### [`acpi`](https://github.com/rust-osdev/acpi)
68
+
<spanclass="maintainers">Maintained by [@IsaacWoods](https://github.com/IsaacWoods)</span>
69
+
70
+
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:
71
+
72
+
-[Rewrite `acpi` crate and entire AML interpreter](https://github.com/rust-osdev/acpi/pull/246)
<spanclass="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp) and [@Freax13](https://github.com/orgs/rust-osdev/people/Freax13)</span>
77
+
78
+
The `bootloader` crate implements a custom Rust-based bootloader for easy loading of 64-bit ELF executables. This month, we merged the following fix:
79
+
80
+
-[fix target-c-int-width for 0.9.x](https://github.com/rust-osdev/bootloader/pull/512)
<spanclass="maintainers">Maintained by [@GabrielMajeri](https://github.com/GabrielMajeri), [@nicholasbishop](https://github.com/nicholasbishop), and [@phip1611](https://github.com/phip1611)</span>
86
+
87
+
`uefi` makes it easy to develop Rust software that leverages safe, convenient,
88
+
and performant abstractions for UEFI functionality.
89
+
90
+
We merged the following PRs this month:
91
+
92
+
93
+
-[Use size_of/align_of from prelude](https://github.com/rust-osdev/uefi-rs/pull/1734)
94
+
-[Add (partial) safe protocol implementation for EFI_HII_DATABASE_PROTOCOL](https://github.com/rust-osdev/uefi-rs/pull/1719)
95
+
-[xtask: improved error output for "wrong" repr](https://github.com/rust-osdev/uefi-rs/pull/1742)
<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>
132
+
133
+
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.
134
+
135
+
We merged the following PRs this month:
136
+
137
+
-[Bump actions/checkout from 4 to 5](https://github.com/rust-osdev/x86_64/pull/563)
0 commit comments