rust-osdev / homepage

https://rust-osdev.com
Apache License 2.0
119 stars 34 forks source link

https://rust-osdev.com/this-month/2022-09/ #122

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

This Month in Rust OSDev: September 2022 | Rust OSDev

Operating System Development in Rust

https://rust-osdev.com/this-month/2022-09/

gokayokyay commented 1 year ago

Hi great work!

Is there any updates on the threading post? Thanks!

phil-opp commented 1 year ago

Thanks! I assume you mean the threading post for the Writing an OS in Rust series? For now I postponed this post because I decided to focus on a new third edition of the blog, which will support UEFI booting and interrupt handling through the APIC instead of the PIC. Among other improvements, this will also make the threading implementation simpler, so I think it makes sense to do it before. The corresponding new bootloader version is almost ready and I try my best to create the new edition quickly after the release.

kennystrawnmusic commented 1 year ago

Bootloader version is in beta now; can't wait to see what work is being done on edition 3 behind the scenes.