* [Adeos-main] I have one question
@ 2003-05-22 20:08 Hidic Anel
2003-05-26 19:32 ` Karim Yaghmour
0 siblings, 1 reply; 2+ messages in thread
From: Hidic Anel @ 2003-05-22 20:08 UTC (permalink / raw)
To: adeos-main
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Adeos-main] I have one question
2003-05-22 20:08 [Adeos-main] I have one question Hidic Anel
@ 2003-05-26 19:32 ` Karim Yaghmour
0 siblings, 0 replies; 2+ messages in thread
From: Karim Yaghmour @ 2003-05-26 19:32 UTC (permalink / raw)
To: Hidic Anel; +Cc: adeos-main
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@domain.hid
Embedded and Real-Time Linux Expert
===================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-05-26 19:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-22 20:08 [Adeos-main] I have one question Hidic Anel
2003-05-26 19:32 ` Karim Yaghmour
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.