USF-OS / FogOS

Other
1 stars 24 forks source link

scheduling algorithms/Linklist #15

Closed MessiBest07 closed 4 months ago

MessiBest07 commented 4 months ago

I want to decide which process or thread should get the resource out of the limited compute resources. I wonder if the existing code contains scheduling algorithm? If not, maybe I can try some simple scheduling algorithms?Such as FCFS, SJF, HRRN. Or Create some single/double linked lists

malensek commented 4 months ago

That is a cool idea, but would have to be implemented completely in kernel space. Stay tuned because we have a scheduling assignment coming soon.

Edit: for the linked list this is probably covered by #12

malensek commented 4 months ago

(Closing, please file a new issue)