Skip to content

Commit cc5423b

Browse files
committed
List maintainers for multiboot2 and xhci crates
1 parent 93b7691 commit cc5423b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,16 @@ Thanks to [@supdrewin](https://github.com/supdrewin), [@nicholasbishop](https://
7878

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

81+
<span class="maintainers">Maintained by [@IsaacWoods](https://github.com/IsaacWoods), [@phip1611](https://github.com/phip1611), [@robert-w-gries](https://github.com/robert-w-gries), [@ahmedcharles](https://github.com/ahmedcharles), and [@Caduser2020](https://github.com/Caduser2020)</span>
82+
8183
The `multiboot2` crate provides abstraction types for the multiboot information structure (MBI) of multiboot2
8284
bootloaders. The latest release of the `multiboot2`-crate is now `v.0.13.2` (was `v0.13.1`). It contains minor
8385
improvements, such as that `TagType` implements `Ord`.
8486

85-
8687
### [`multboot2-header`](https://github.com/rust-osdev/multiboot2)
8788

89+
<span class="maintainers">Maintained by [@IsaacWoods](https://github.com/IsaacWoods), [@phip1611](https://github.com/phip1611), [@robert-w-gries](https://github.com/robert-w-gries), [@ahmedcharles](https://github.com/ahmedcharles), and [@Caduser2020](https://github.com/Caduser2020)</span>
90+
8891
The `multiboot2-header` crate provides abstraction types for Multiboot2 headers and a builder struct to construct such
8992
headers. The latest release of the `multiboot2-header`-crate is now `v0.2.0` (was `v0.1.0`). The changes include a
9093
bugfix that prevented the usage in `no_std` contexts. Furthermore, overall code quality was improved. The internal CI
@@ -103,6 +106,8 @@ Thanks to [@hawkw](https://github.com/hawkw) for this contribution!
103106

104107
### [`xhci`](https://github.com/rust-osdev/xhci)
105108

109+
<span class="maintainers">Maintained by [@toku-sa-n](https://github.com/toku-sa-n)</span>
110+
106111
The `xhci` crate provides types of xHCI structires, such as Registers and TRBs.
107112

108113
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!.

0 commit comments

Comments
 (0)