Skip to content

Commit 0eda551

Browse files
committed
Add updates for x86_64
1 parent ee00de3 commit 0eda551

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@ In this section, we give an overview of notable changes to the projects hosted u
3535

3636
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.
3737

38-
In January, …
38+
In January, we merged the following pull requests:
39+
40+
- [Add `Cr2::read_raw`](https://github.com/rust-osdev/x86_64/pull/334)
41+
- [Add support for `MXCSR` register](https://github.com/rust-osdev/x86_64/pull/336)
42+
- [Bump version to `0.14.8`](https://github.com/rust-osdev/x86_64/pull/339)
43+
44+
Thanks to [@jarkkojs](https://github.com/jarkkojs) for their contribution!
3945

4046
### [`multiboot2`](https://github.com/rust-osdev/multiboot2)
4147

0 commit comments

Comments
 (0)