rust-osdev / homepage

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

https://rust-osdev.com/this-month/2021-05/ #62

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

This Month in Rust OSDev (May 2021) | Rust OSDev

Operating System Development in Rust

https://rust-osdev.com/this-month/2021-05/

TANDEXX commented 3 years ago

I was waiting to this some time. But I don't know why you still don't created new post in second edition? I really want new post here. It is very interesting!

phil-opp commented 3 years ago

@TANDEXX I'm currently working on a new third edition, which will add support for UEFI booting and pixel-based graphical output. It's taking longer than I planned, but I try my best to get it ready soon.

Ananta98 commented 3 years ago

I want to ask what's different between crate https://github.com/gz/rust-x86 and your crate https://github.com/rust-osdev/x86_64 ? I've looked crate https://github.com/gz/rust-x86 has syscall code but without recursive mapping paging. Will you use https://github.com/gz/rust-x86 for this crate?