>Hi,
>
>I don't know much about virtualization and an OS's use of multiple
>processor systems but i was wondering if it's possible (and maybe even
>faster) to have a guest os's code running on a secondairy processor in a
>system? So if you have a 2 processor system, would i be possible to
>dedicate one of the processors to the freemware guest os execution?

Well, the host OS is responsible for scheduling the guest OS.  It really
depends on how the host OS scheduler works.  Some systems allow to lock a
process on one processor, others (like linux) don't.  There's not much we
can do about this ourselves.

-- Ramon


Reply via email to