Skip to content

Commit 841d048

Browse files
committed
Add updates for x86_64 crate
1 parent f6a9c8a commit 841d048

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +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-
<span class="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp), [@josephlr](https://github.com/orgs/rust-osdev/people/josephlr), [@Freax13](https://github.com/orgs/rust-osdev/people/Freax13), and [@rybot666](https://github.com/orgs/rust-osdev/people/rybot666)</span>
37-
38-
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.
39-
40-
In June, …
41-
4234
### [`linked-list-allocator`](https://github.com/rust-osdev/linked-list-allocator)
4335

4436
<span class="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp) and [@jamesmunns](https://github.com/jamesmunns)</span>
@@ -104,6 +96,18 @@ The `bootloader` crate implements a custom Rust-based bootloader for easy loadin
10496
- [Ensure proper alignment of DAP target buffer](https://github.com/rust-osdev/bootloader/commit/6e8f9fa964bfcd23b95fe902fe3a5f2c55065e27)
10597
- [Enter unreal mode](https://github.com/rust-osdev/bootloader/commit/7a24837692d96c8e9b04377fa2e7646648637dcb)
10698

99+
### [`x86_64`](https://github.com/rust-osdev/x86_64)
100+
101+
<span class="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp), [@josephlr](https://github.com/orgs/rust-osdev/people/josephlr), [@Freax13](https://github.com/orgs/rust-osdev/people/Freax13), and [@rybot666](https://github.com/orgs/rust-osdev/people/rybot666)</span>
102+
103+
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.
104+
105+
In June, we merged the following pull request:
106+
107+
- [Add `registers::debug`](https://github.com/rust-osdev/x86_64/pull/286)
108+
109+
Thanks to [@mkroening](https://github.com/mkroening) for this contribution!
110+
107111
### [`cargo-xbuild`](https://github.com/rust-osdev/cargo-xbuild)
108112

109113
<span class="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp)</span>

0 commit comments

Comments
 (0)