[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] Xen, Dual Core, Windows and QNX
Windows should work as expected.
QNX is probably (from a historical standpoint) using
segmented with limits and a base that is non-zero, something that doesn't work
well with Xen... There are several of places within Xen where segments are
mismanaged (assumed to have base=0 and limit that is "big enough" [and the
latter isn't much of a problem unless the code is incorrect in the first
place or using some "funny tricks" - but having a weird overwriting of some
memory area instead of a blue-screen/kernel panic type situation is of course
not a nice thing to have happen!]).
You do always need Dom0.
Also, real-time-ness of something running on top of Xen
with full virtualization will NOT be anywhere near "realtime", unless you play
lots of tricks with the scheduling settings on the system. And even then, there
will still be a bunch of overhead in Xen that determines the worst-case
real-time-ness. It's probably fine if you don't have any HIGH real-time
requirements [i.e. your real-time-ness is in the milliseconds rather than
microseconds range].
Please DO TRY to install QNX, and let us know how it works
out - it is entirely possible that I'm wrong in my understanding of QNX and it's
usage of segment registers [it's been more than 5 or more years since I
last had any connection with QNX].
--
Mats
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |