diff --git a/content/this-month/2022-06/index.md b/content/this-month/2022-06/index.md index bc0ad47c..f692be8c 100644 --- a/content/this-month/2022-06/index.md +++ b/content/this-month/2022-06/index.md @@ -6,6 +6,7 @@ date = 0000-01-01 month = "June 2022" authors = [ "phil-opp", + "phip1611", # add yourself here ] +++ @@ -38,6 +39,16 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including In June, … +### [`multiboot2`](https://github.com/rust-osdev/multiboot2) + +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) + +The `multiboot2` crate provides abstraction types for the multiboot information structure (MBI) +of multiboot2 bootloaders. The latest release of the `multiboot2`-crate is now `v.0.14.0` (was +`v0.13.2`). It contains some small breaking changes because so far, we used some unsafe code and +relied on having not to verify UTF-8 strings. For a full changelog, please refer to the +[GitHub repo](https://github.com/rust-osdev/multiboot2/blob/main/multiboot2/Changelog.md). + ## Call for Participation Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding