Skip to content

Commit c4cdada

Browse files
committed
Reorder
1 parent 2da48dc commit c4cdada

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +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 February, we merged the following pull requests:
41-
42-
- [Remove external assembly](https://github.com/rust-osdev/x86_64/pull/343)
43-
- [Implement core::iter::Step for VirtAddr and Page](https://github.com/rust-osdev/x86_64/pull/342)
44-
- [Make fields of `VirtAddrNotValid` and `PhysAddrNotValid` public](https://github.com/rust-osdev/x86_64/pull/340)
45-
- [Fix: `VirtAddrNotValid` and `PhysAddrNotValid` should contain the whole address](https://github.com/rust-osdev/x86_64/pull/347)
46-
47-
We also merged a few breaking changes, which will be part of the upcoming `v0.15` release:
48-
49-
- [Merge latest changes from master into next and migrate code](https://github.com/rust-osdev/x86_64/pull/338)
50-
- [Make `Cr2::read` return a result](https://github.com/rust-osdev/x86_64/pull/335)
51-
- [Remove external_asm and inline_asm features](https://github.com/rust-osdev/x86_64/pull/345)
52-
5334
### [`uefi-rs`](https://github.com/rust-osdev/uefi-rs)
5435

5536
<span class="maintainers">Maintained by [@GabrielMajeri](https://github.com/GabrielMajeri), [@nicholasbishop](https://github.com/orgs/rust-osdev/people/nicholasbishop), and [@HadrienG2](https://github.com/orgs/rust-osdev/people/HadrienG2)</span>
@@ -82,6 +63,25 @@ We merged the following changes in February:
8263

8364
Thanks to [@nicholasbishop](https://github.com/nicholasbishop), [@Stzx](https://github.com/Stzx), [@avirule](https://github.com/avirule) and [@AtsukiTak](https://github.com/AtsukiTak) for their contributions!
8465

66+
### [`x86_64`](https://github.com/rust-osdev/x86_64)
67+
68+
<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>
69+
70+
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.
71+
72+
In February, we merged the following pull requests:
73+
74+
- [Remove external assembly](https://github.com/rust-osdev/x86_64/pull/343)
75+
- [Implement core::iter::Step for VirtAddr and Page](https://github.com/rust-osdev/x86_64/pull/342)
76+
- [Make fields of `VirtAddrNotValid` and `PhysAddrNotValid` public](https://github.com/rust-osdev/x86_64/pull/340)
77+
- [Fix: `VirtAddrNotValid` and `PhysAddrNotValid` should contain the whole address](https://github.com/rust-osdev/x86_64/pull/347)
78+
79+
We also merged a few breaking changes, which will be part of the upcoming `v0.15` release:
80+
81+
- [Merge latest changes from master into next and migrate code](https://github.com/rust-osdev/x86_64/pull/338)
82+
- [Make `Cr2::read` return a result](https://github.com/rust-osdev/x86_64/pull/335)
83+
- [Remove external_asm and inline_asm features](https://github.com/rust-osdev/x86_64/pull/345)
84+
8585
### [`bootloader`](https://github.com/rust-osdev/bootloader)
8686

8787
<span class="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp), [@rybot666](https://github.com/rybot666), and [@64](https://github.com/64)</span>

0 commit comments

Comments
 (0)