Skip to content

Commit 0a25f78

Browse files
authored
Merge pull request #106 from phip1611/multiboot2-updates
2022/06: multiboot2 updates
2 parents 7f8348c + e4d735f commit 0a25f78

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ date = 0000-01-01
66
month = "June 2022"
77
authors = [
88
"phil-opp",
9+
"phip1611",
910
# add yourself here
1011
]
1112
+++
@@ -38,6 +39,16 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3839

3940
In June, …
4041

42+
### [`multiboot2`](https://github.com/rust-osdev/multiboot2)
43+
44+
<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>
45+
46+
The `multiboot2` crate provides abstraction types for the multiboot information structure (MBI)
47+
of multiboot2 bootloaders. The latest release of the `multiboot2`-crate is now `v.0.14.0` (was
48+
`v0.13.2`). It contains some small breaking changes because so far, we used some unsafe code and
49+
relied on having not to verify UTF-8 strings. For a full changelog, please refer to the
50+
[GitHub repo](https://github.com/rust-osdev/multiboot2/blob/main/multiboot2/Changelog.md).
51+
4152
## Call for Participation
4253

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