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
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.
37
-
38
-
In November, …
39
-
40
34
### [`acpi`](https://github.com/rust-osdev/acpi)
41
35
42
36
The `acpi` repository contains crates for parsing the ACPI tables – data structures that the firmware of modern
@@ -55,6 +49,18 @@ conversions, which still need some work).
55
49
The changes this month, as well as some made in December that should improve compile speed a little, have been
56
50
published as [`aml v0.10.0`](https://crates.io/crates/aml).
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.
55
+
56
+
In November, we merged the following updates:
57
+
58
+
-[Don't deny warnings on CI](https://github.com/rust-osdev/x86_64/pull/201)
59
+
-[Rename `enable_interrupts_and_hlt` to `enable_and_hlt`](https://github.com/rust-osdev/x86_64/pull/206)
60
+
-[Release version 0.12.3](https://github.com/rust-osdev/x86_64/pull/200)
61
+
62
+
Thanks to [@toku-sa-n](https://github.com/toku-sa-n) for their contribution!
63
+
58
64
## Personal Projects
59
65
60
66
In this section, we describe updates to personal projects that are not directly related to the `rust-osdev` organization. Feel free to [create a pull request](https://github.com/rust-osdev/homepage/pulls) with the updates of your OS project for the next post.
0 commit comments