8000 multiboot2 updates · rust-osdev/homepage@c17e3d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c17e3d5

Browse files
committed
multiboot2 updates
1 parent 7f8348c commit c17e3d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 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,14 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3839

3940
In June, …
4041

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

4352
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)
0