Skip to content

Commit 604db99

Browse files
authored
Merge pull request #100 from phip1611/2022-04-updates-mb2-header
2022-04 updates multiboot2-header crate
2 parents 52519ab + 76d205b commit 604db99

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ The `multiboot2` crate provides abstraction types for the multiboot information
5454
bootloaders. The latest release of the `multiboot2`-crate is now `v.0.13.2` (was `v0.13.1`). It contains minor
5555
improvements, such as that `TagType` implements `Ord`.
5656

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

5969
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)