Skip to content

Commit 704c8f8

Browse files
committed
2022-04: add multiboot2 updates
1 parent 71164c1 commit 704c8f8

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ month = "April 2022"
77
authors = [
88
"phil-opp",
99
"toku-sa-n",
10+
"phip1611"
1011
# add yourself here
1112
]
1213
+++
@@ -45,22 +46,25 @@ The `xhci` crate provides types of xHCI structires, such as Registers and TRBs.
4546

4647
In this month, we released a new version 0.8.3 which includes [a bug fix](https://github.com/rust-osdev/xhci/pull/132) reported and committed by [@Yuna-Tomi](https://github.com/Yuna-Tomi). The bug was that `EventRingDequeuePointerRegister::event_ring_dequeue_pointer()` did not return the correct address. Thanks for the contribution!.
4748

49+
=======
50+
### [`multiboot2`](https://github.com/rust-osdev/multiboot2)
51+
52+
The `multiboot2` crate provides abstraction types for the multiboot information structure (MBI) of multiboot2
53+
bootloaders. The latest release of the `multiboot2`-crate is now `v.0.13.2` (was `v0.13.1`). It contains minor
54+
improvements, such as that `TagType` implements `Ord`.
55+
4856
## Call for Participation
4957

5058
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding
5159
issues in one of our projects and get started!
5260

61+
[(`multiboot2`) Missing Tags](https://github.com/rust-osdev/multiboot2/issues/100)
62+
5363
<!--
5464
Please use the following template for adding items:
5565
- [(`repo_name`) Issue Description](https://example.com/link-to-issue)
5666
-->
5767

58-
<span class="gray">
59-
60-
_No tasks were proposed for this section._
61-
62-
</span>
63-
6468
If you maintain a Rust project related to operating system development and are looking for contributors, especially for tasks suited to people getting started in this space, please [create a PR](https://github.com/rust-osdev/homepage/pulls) against the `next` branch with the tasks you want to include in the next issue.
6569

6670
## Other Projects

0 commit comments

Comments
 (0)