Skip to content

Commit c1a38f7

Browse files
committed
Add updates for multiboot2
1 parent 0376b32 commit c1a38f7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/this-month/2020-11/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ In November, we merged the following updates:
6161

6262
Thanks to [@toku-sa-n](https://github.com/toku-sa-n) for their contribution!
6363

64+
### [`multiboot2`](https://github.com/rust-osdev/multiboot2-elf64)
65+
66+
The `multiboot2` crate provides abstraction types for the boot information of multiboot2 bootloaders. We merged the following updates this month:
67+
68+
- [Access to non-available memory areas](https://github.com/rust-osdev/multiboot2-elf64/pull/71) <span class="gray">(published as `v0.10.0`)</span>
69+
- [Fix a few warnings](https://github.com/rust-osdev/multiboot2-elf64/commit/a1237bcf357e5d4a5a6c40038fd1e690ef7305d9) <span class="gray">(published as `v0.10.1`)</span>
70+
71+
Thanks to [@CalebLBaker](https://github.com/CalebLBaker) for their contribution!
72+
6473
## Personal Projects
6574

6675
In this section, we describe updates to personal projects that are not directly related to the `rust-osdev` organization. Feel free to [create a pull request](https://github.com/rust-osdev/homepage/pulls) with the updates of your OS project for the next post.

0 commit comments

Comments
 (0)