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>
66
68
69
+
`uefi` makes it easy to develop Rust software that leverages safe, convenient,
70
+
and performant abstractions for UEFI functionality.
<spanclass="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp) and [@Freax13](https://github.com/orgs/rust-osdev/people/Freax13)</span>
96
+
97
+
The `bootloader` crate implements a custom Rust-based bootloader for easy loading of 64-bit ELF executables. This month, we merged the following improvements:
98
+
99
+
-[use threads instead of futures in build.rs](https://github.com/rust-osdev/bootloader/pull/484)
100
+
-[Move test kernels to a separate workspace](https://github.com/rust-osdev/bootloader/pull/486)
101
+
-[fix condition for running bootloader common tests](https://github.com/rust-osdev/bootloader/pull/487)
<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>
105
+
106
+
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.
107
+
108
+
We merged the following PRs this month:
109
+
110
+
-[fix warnings & remove broken CI job](https://github.com/rust-osdev/x86_64/pull/530)
Thanks to [@hannahfluch](https://github.com/hannahfluch) and [@adavis628](https://github.com/adavis628) for their contributions!
116
+
117
+
118
+
### [`acpi`](https://github.com/rust-osdev/acpi)
119
+
<spanclass="maintainers">Maintained by [@IsaacWoods](https://github.com/IsaacWoods)</span>
120
+
121
+
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:
122
+
123
+
-[acpi: Remove Clone Copy traits for MADT](https://github.com/rust-osdev/acpi/pull/238)
124
+
-[acpi: Clone impl for PlatformInfo and ManagedSlice](https://github.com/rust-osdev/acpi/pull/239)
125
+
-[aml: fix clippy warnings and run clippy in CI](https://github.com/rust-osdev/acpi/pull/237)
126
+
-[Fix unsoundness in our representation of the MADT](https://github.com/rust-osdev/acpi/pull/223)
127
+
128
+
Thanks to [@IsaacWoods](https://github.com/IsaacWoods), [@mrjbom](https://github.com/mrjbom), and [@00xc](https://github.com/00xc) for their contributions!
0 commit comments