8000 This Month in Rust OSDev: June 2022 by phil-opp · Pull Request #104 · rust-osdev/homepage · GitHub
[go: up one dir, main page]

Skip to content

This Month in Rust OSDev: June 2022 #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Jul 10, 2022
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Use maintainers class for other projects section too
  • Loading branch information
phil-opp committed Jul 10, 2022
commit d6b298f96aef4c956d1849c0c32d1966967598d1
6 changes: 3 additions & 3 deletions content/this-month/2022-06/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ In this section, we describe updates to Rust OS projects that are not directly r

### [`phil-opp/blog_os`](https://github.com/phil-opp/blog_os)

<span class="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
<span class="maintainers">(Section written by [@phil-opp](https://github.com/phil-opp))</span>

This month, ...

### [`google/gpt-disk-rs`](https://github.com/google/gpt-disk-rs)

<span class="gray">(Section written by [@nicholasbishop](https://github.com/nicholasbishop))</span>
<span class="maintainers">(Section written by [@nicholasbishop](https://github.com/nicholasbishop))</span>

`gpt-disk-rs` is a collection of three libraries related to [GPT](https://en.wikipedia.org/wiki/GUID_Partition_Table) (GUID Partition Table) disk data. The crates are no-std by default, have minimal dependencies, and include a lot of documentation. I'm hoping they'll be a suitable base for any project that wants to read or write GPT data.

Expand All @@ -158,7 +158,7 @@ This month, ...

### [`vinc/moros`](https://github.com/vinc/moros)

<span class="gray">(Section written by [@vinc](https://github.com/vinc))</span>
<span class="maintainers">(Section written by [@vinc](https://github.com/vinc))</span>

MOROS is a text-based hobby operating system targeting computers with a x86-64 architecture and a BIOS. It is inspired by Unix and ITS but is closer to a modern DOS at the moment in term of features.

Expand Down
0