Skip to content

Commit 705172c

Browse files
committed
Add updates for x86_64
1 parent a686134 commit 705172c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

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

4242
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.
4343

44-
In April, …
44+
In April, we merged the following improvements and fixes:
45+
46+
- [Provide null segment selector as associated constant on SegmentSelector](https://github.com/rust-osdev/x86_64/pull/373)
47+
- [Correct wrong comment](https://github.com/rust-osdev/x86_64/pull/374)
48+
- [Fix align functions](https://github.com/rust-osdev/x86_64/pull/375)
49+
- [Cleanup Segment macros](https://github.com/rust-osdev/x86_64/pull/376)
50+
- [Update comment and docs](https://github.com/rust-osdev/x86_64/pull/382)
51+
52+
Thanks to [@prinzdezibel](https://github.com/prinzdezibel) for their contribution!
53+
54+
We also merged two updates into the `next` branch for the upcoming `v0.15` release:
55+
56+
- [Add `structures::gdt::Entry` type](https://github.com/rust-osdev/x86_64/pull/380)
57+
- [Allow GDT to be loaded with shared reference](https://github.com/rust-osdev/x86_64/pull/381)
4558

4659
### [`uefi-rs`](https://github.com/rust-osdev/uefi-rs)
4760

0 commit comments

Comments
 (0)