Skip to content

Commit 504f430

Browse files
committed
Add updates for acpi crates
1 parent 8811ebb commit 504f430

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/this-month/2021-01/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ In this section, we give an overview of notable changes to the projects hosted u
3838

3939
[`rust-osdev`]: https://github.com/rust-osdev/about
4040

41+
### [`acpi`](https://github.com/rust-osdev/acpi)
42+
43+
The `acpi` repository contains crates for parsing the ACPI tables – data structures that the firmware of modern
44+
computers use to relay information about the hardware to the OS. In Januar, we added some updates to the `aml` crate:
45+
46+
- [Parse DefNoop](https://github.com/rust-osdev/acpi/commit/8b5b45795be895eab21a8c5b23978a0c4ce8f11f)
47+
- [Parse DefBreakPoint](https://github.com/rust-osdev/acpi/commit/e4b49be7befca30dcc53b6b1a0c78793e928941a)
48+
- [Implement DefAdd](https://github.com/rust-osdev/acpi/commit/2fec65aacf5ddc962c87274561f764beb4c69b33)
49+
- [Fix lack of store in DefAnd](https://github.com/rust-osdev/acpi/commit/501b18023cc8c1f9ae0739ed5075df3ba9861b83)
50+
4151
### [`uart_16550`](https://github.com/rust-osdev/uart_16550)
4252

4353
The `uart_16550` crate provides basic support for serial port I/O for 16550-compatible UARTs. The crate received the following maintenance update in January:

0 commit comments

Comments
 (0)