Skip to content

Commit 76d205b

Browse files
committed
2022-04 updates multiboot2-header crate
1 parent e5be797 commit 76d205b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,22 @@ The `xhci` crate provides types of xHCI structires, such as Registers and TRBs.
4747

4848
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!.
4949

50-
=======
5150
### [`multiboot2`](https://github.com/rust-osdev/multiboot2)
5251

5352
The `multiboot2` crate provides abstraction types for the multiboot information structure (MBI) of multiboot2
5453
bootloaders. The latest release of the `multiboot2`-crate is now `v.0.13.2` (was `v0.13.1`). It contains minor
5554
improvements, such as that `TagType` implements `Ord`.
5655

56+
57+
### [`multboot2-header`](https://github.com/rust-osdev/multiboot2)
58+
59+
The `multiboot2-header` crate provides abstraction types for Multiboot2 headers and a builder struct to construct such
60+
headers. The latest release of the `multiboot2-header`-crate is now `v0.2.0` (was `v0.1.0`). The changes include a
61+
bugfix that prevented the usage in `no_std` contexts. Furthermore, overall code quality was improved. The internal CI
62+
was updated to verify `no_std` builds as well as regular builds.
63+
Full changelog: <https://github.com/rust-osdev/multiboot2/releases/tag/multiboot2-header-v0.2.0>
64+
65+
5766
## Call for Participation
5867

5968
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding

0 commit comments

Comments
 (0)