On 6/16/06, Marcus Spangenberg <[EMAIL PROTECTED]> wrote:
I heard from somewhere that it is possible to write and add a custom process 
scheduler to the Solaris kernel without having to recompile the whole kernel. I 
am going to run simulations with different modified schedulers in a full system 
simulator and not having to recompile the kernel would greatly improve the 
speed of things.

Does anybody know if this is true or not and, if it is, where to find some 
documentation about this feature?

Your new scheduling class module will have to provide entry points for a number
of class_ops and thread_ops defined in <sys/class.h>.  Take a look at the
source code for our existing scheduling classes (see Frank's email) and
use them as an example.

- Andrei
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to