-
Notifications
You must be signed in to change notification settings - Fork 37
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
This Month in Rust OSDev: June 2022 #104
Conversation
Hi, I'll create a quick PR to add an entry about MOROS for the "Personal Projects" section if it's okay. I've made some good progress in June and I think it's slowly becoming an interesting example of what to do after the tutorials. |
Add entry about MOROS
2022/06: multiboot2 updates
Linked list allocator v0.10.1 released, and is now not buggy as of rust-osdev/linked-list-allocator#64! |
[`gpt-disk-rs`](https://github.com/google/gpt-disk-rs) is a collection of three new libraries related to GPT (GUID Partition Table) disk data.
Add June changes for `uefi-rs`
Add section on gpt-disk-rs
This was accidentally added to 2020-06 instead of 2022-06.
Fix location of MOROS addition
@phil-opp how about a GitHub bot that creates a PR each month? |
That would be very useful! I already thought about using the github API to collect of merged PRs for all rust-osdev projects, but I didn't have time to look into it yet. But even a bit that only creates this empty draft would be useful already. |
This is a draft for the upcoming "This Month in Rust OSDev: June 2022" post. Please add your content to this draft by creating a pull request against the
next
branch. All projects related to OS development in Rust are valid here, they don't need to be associated with therust-osdev
organization.Unfortunately, I was busy with other things the last few days, so this PR is again quite late. Sorry about that! If someone wants to help drafting up these issues in the future, please let me know!
TODO:
multiboot2
linked_list_allocator
phil-opp/linked_list_allocator
miri
happy (currently still buggy, but fixed soon)bootloader
add UEFI PXE support bootloader#237(already mentioned in May release)v0.11
rewritealloc
crate uses the Rust 2021 edition now cargo-xbuild#105volatile
crate (call for discussion)*mut T
volatile#22