File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
content/this-month/2021-10 Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ date = 0000-01-01
6
6
month = " October 2021"
7
7
authors = [
8
8
" phil-opp" ,
9
+ " phip1611"
9
10
# add yourself here
10
11
]
11
12
+++
@@ -36,6 +37,14 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
36
37
37
38
In October, …
38
39
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
+
39
48
## Call for Participation
40
49
41
50
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding
You can’t perform that action at this time.
0 commit comments