Skip to content

Commit 0376b32

Browse files
committed
Add updates for x86_64
1 parent 2a73342 commit 0376b32

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

content/this-month/2020-11/index.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ In this section, we give an overview of notable changes to the projects hosted u
3131

3232
[`rust-osdev`]: https://github.com/rust-osdev/about
3333

34-
### [`x86_64`](https://github.com/rust-osdev/x86_64)
35-
36-
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-
4034
### [`acpi`](https://github.com/rust-osdev/acpi)
4135

4236
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).
5549
The changes this month, as well as some made in December that should improve compile speed a little, have been
5650
published as [`aml v0.10.0`](https://crates.io/crates/aml).
5751

52+
### [`x86_64`](https://github.com/rust-osdev/x86_64)
53+
54+
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+
5864
## Personal Projects
5965

6066
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

Comments
 (0)