StevenMHernandez / cmsc312-operating-system-simulator

CMSC 312: "Introduction to Operating Systems"
0 stars 1 forks source link

Processes are added to readyqueue before any processes leave #15

Closed StevenMHernandez closed 7 years ago

StevenMHernandez commented 7 years ago

Looks like when process are marked Blocked for example, processes in the waiting queue jump at the opportunity to get into the ready queue, even though they shouldn't.