Skip to content

Commit ee00de3

Browse files
authored
this-month 22/01: updates multiboot2 (#87)
1 parent b496b87 commit ee00de3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3737

3838
In January, …
3939

40+
### [`multiboot2`](https://github.com/rust-osdev/multiboot2)
41+
42+
The `multiboot2` crate provides abstraction types for the boot information of multiboot2 bootloaders.
43+
The latest release of the `multiboot2`-crate is now `v.0.13.1` (was `v0.12.2`). It contains minor improvements,
44+
such as new getters that were originally missing.
45+
46+
The combined diff of all changes can be found [here](https://github.com/rust-osdev/multiboot2/compare/multiboot2-header-v0.1.0...multiboot2-v0.13.1).
47+
4048
## Call for Participation
4149

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