File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
content/this-month/2022-04 Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,16 @@ The `multiboot2` crate provides abstraction types for the multiboot information
54
54
bootloaders. The latest release of the ` multiboot2 ` -crate is now ` v.0.13.2 ` (was ` v0.13.1 ` ). It contains minor
55
55
improvements, such as that ` TagType ` implements ` Ord ` .
56
56
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
+
57
67
## Call for Participation
58
68
59
69
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding
You can’t perform that action at this time.
0 commit comments