intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.38k stars 89 forks source link

Implement multitasking #84

Open steveklabnik opened 7 years ago

steveklabnik commented 7 years ago

Run more than one user program at once.

johnterickson commented 6 years ago

In case other are interested, I've started playing with cooperative multitasking here.