asafch / xv6-scheduling

Different scheduling policies for xv6 + improved console
Other
6 stars 21 forks source link

SML and DML description #1

Open marf opened 6 years ago

marf commented 6 years ago

Hello, may I ask what SML and DML mean? Also is there a reference on how this two algorithms work in literature?

Thank you, Marco

asafch commented 6 years ago

Hi, please have a look at the assignment description in page 4, it will answer all of your questions.

marf commented 6 years ago

Hi @asafch and thank you for the reply, the problem is that if I try to compile the repository qemu stucks on Booting from hard disk and nothing happens, do you know how to fix it?

asafch commented 6 years ago

Oh dear lord, I have no idea. Last time I played with this stuff is 18 months ago, and I no longer have a setup that will even allow me to try recreating your issue. Sorry 😕

abhishek8899 commented 5 years ago

Hi Can you please explain in detail which scheduling algorithm is been used here i.e. Round Robin, Priority Queue or combination of many?

asafch commented 5 years ago

As far as I remember, the scheduling algorithm is decided during compilation by some flag. Therefore, there is only a single algorithm at use at once.