Skip to content

Commit e27abb5

Browse files
authored
2021-10: multiboot2-header (#74)
1 parent 4083b7e commit e27abb5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/this-month/2021-10/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 = "October 2021"
77
authors = [
88
"phil-opp",
9+
"phip1611"
910
# add yourself here
1011
]
1112
+++
@@ -36,6 +37,14 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3637

3738
In October, …
3839

40+
### [`multiboot2-header`](https://github.com/rust-osdev/multiboot2) (**new**)
41+
42+
The `multiboot2-header` crate provides abstraction types for Multiboot2 headers,
43+
parsing utilities, and a builder to construct such headers. The initial release took
44+
place in early October and now is ready to be used. Because lots of code was published
45+
without any in-depth reviews, further testing and code reviews will be highly appreciated.
46+
47+
3948
## Call for Participation
4049

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