Closed tiqwab closed 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.
user/yield.c
CPUS=3 make qemu
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 asCPUS=3 make qemu
.