tiqwab / xv6-rust

xv6 implementation in rust
MIT License
6 stars 1 forks source link

Round robin scheduling #4

Closed tiqwab closed 4 years ago

tiqwab commented 4 years ago

Round-Robin Scheduling in https://pdos.csail.mit.edu/6.828/2018/labs/lab4/.

The OS can run user/yield.c with multiple cpus by command such as CPUS=3 make qemu.