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/2021-10/index.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ date = 0000-01-01
6
6
month = "October 2021"
7
7
authors = [
8
8
"phil-opp",
9
-
"phip1611"
9
+
"phip1611",
10
+
"IsaacWoods",
10
11
# add yourself here
11
12
]
12
13
+++
@@ -44,6 +45,15 @@ parsing utilities, and a builder to construct such headers. The initial release
44
45
place in early October and now is ready to be used. Because lots of code was published
45
46
without any in-depth reviews, further testing and code reviews will be highly appreciated.
46
47
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. <spanclass="gray">(published as `acpi v4.1.0`)</span>
55
+
56
+
Thanks to [@ethindp](https://github.com/ethindp) for this contribution!
0 commit comments