Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/this-month/2021-10/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ date = 0000-01-01
month = "October 2021"
authors = [
"phil-opp",
"phip1611"
# add yourself here
]
+++
Expand Down Expand Up @@ -36,6 +37,14 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including

In October, …

### [`multiboot2-header`](https://github.com/rust-osdev/multiboot2) (**new**)

The `multiboot2-header` crate provides abstraction types for Multiboot2 headers,
parsing utilities, and a builder to construct such headers. The initial release took
place in early October and now is ready to be used. Because lots of code was published
without any in-depth reviews, further testing and code reviews will be highly appreciated.


## Call for Participation

Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding
Expand Down