Hidic Anel | 22 May 2003 22:08
Picon

I have one question

If we have 2 OSs running side by side, how is implemented process scheduling
between OSs. I mean if we have 10 processes per OS, how can we switch
between them, so that we have impression of parallel running of 2 OSs

Greetings
Karim Yaghmour | 26 May 2003 21:32
Favicon

Re: I have one question


Hidic Anel wrote:
> If we have 2 OSs running side by side, how is implemented process scheduling
> between OSs. I mean if we have 10 processes per OS, how can we switch
> between them, so that we have impression of parallel running of 2 OSs

Adeos doesn't implement OS scheduling, though other nanokernels do (see
exokernel paper for example.) One thing you can do with Adeos is build
the entire systems so that each OS only takes a certain portion of the
CPU. For example, you can modify the OS scheduler so that all active
tasks cannot take more that x% of the CPU time. You could also extend
Adeos to implement an OS scheduler a-la exokernel.

Karim

===================================================
                 Karim Yaghmour
               karim <at> opersys.com
      Embedded and Real-Time Linux Expert
===================================================

Gmane