Skip to content

Commit 936526c

Browse files
authored
Add acpi changes for October 2021 (#75)
1 parent e27abb5 commit 936526c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ date = 0000-01-01
66
month = "October 2021"
77
authors = [
88
"phil-opp",
9-
"phip1611"
9+
"phip1611",
10+
"IsaacWoods",
1011
# add yourself here
1112
]
1213
+++
@@ -44,6 +45,15 @@ parsing utilities, and a builder to construct such headers. The initial release
4445
place in early October and now is ready to be used. Because lots of code was published
4546
without any in-depth reviews, further testing and code reviews will be highly appreciated.
4647

48+
### [`acpi`](https://github.com/rust-osdev/acpi)
49+
50+
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.
51+
52+
This month, [support for the Boot Graphics Resource Table (BGRT)](https://github.com/rust-osdev/acpi/pull/113) table was added to `acpi`. This static table is
53+
passed from firmware to the OS to communicate information about the state of the screen when control is passed
54+
over, as lots of firmwares like to print display a logo when booting. <span class="gray">(published as `acpi v4.1.0`)</span>
55+
56+
Thanks to [@ethindp](https://github.com/ethindp) for this contribution!
4757

4858
## Call for Participation
4959

0 commit comments

Comments
 (0)