rust-osdev / homepage

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

Comments for "https://rust-osdev.com/this-month/2021-04/" #57

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

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

Operating System Development in Rust

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

TANDEXX commented 3 years ago

You are creating the 3 edition, but what about 2 edition. You stop updating 2 edition? I looked at 3 edition on github and this isn't as good for me because things like games are one from first things, these things are not programs on file system. Can you don't end 2 edition but still update it? Advanced multi threading will be great!

phil-opp commented 3 years ago

@TANDEXX Don't worry, the games post will just create a simple snake-like game that combines screen output, keyboard input, and maybe some random numbers. I'm not planning to dive deeper into game design. Instead, things will continue in a similar way as in the second edition: testing -> exceptions -> memory management -> multitasking. Most posts will be directly converted from the second edition so only a few components are expected to change. And yes, I'm definitely planning to cover multithreading and preemption.