* Porting dom0 to RTOS
@ 2011-01-11 19:00 Andrew Hughes
2011-01-13 14:25 ` Tim Deegan
2011-01-13 14:36 ` Konrad Rzeszutek Wilk
0 siblings, 2 replies; 3+ messages in thread
From: Andrew Hughes @ 2011-01-11 19:00 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 115 bytes --]
I am interested in porting dom0 to an RTOS kernel. Could someone tell me if
this is even feasible?
Thanks,
Andrew
[-- Attachment #1.2: Type: text/html, Size: 149 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Porting dom0 to RTOS
2011-01-11 19:00 Porting dom0 to RTOS Andrew Hughes
@ 2011-01-13 14:25 ` Tim Deegan
2011-01-13 14:36 ` Konrad Rzeszutek Wilk
1 sibling, 0 replies; 3+ messages in thread
From: Tim Deegan @ 2011-01-13 14:25 UTC (permalink / raw)
To: Andrew Hughes; +Cc: xen-devel@lists.xensource.com
At 19:00 +0000 on 11 Jan (1294772448), Andrew Hughes wrote:
> I am interested in porting dom0 to an RTOS kernel. Could someone tell
> me if this is even feasible?
Possible, maybe, but a significant project that would involve changing
Xen's scheduler and possibly other things. There were some talks about
real-time+xen at the last summit, and one at the 2009 summit too; they
migth be a good starting point.
Tim.
--
Tim Deegan <Tim.Deegan@citrix.com>
Principal Software Engineer, Xen Platform Team
Citrix Systems UK Ltd. (Company #02937203, SL9 0BG)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Porting dom0 to RTOS
2011-01-11 19:00 Porting dom0 to RTOS Andrew Hughes
2011-01-13 14:25 ` Tim Deegan
@ 2011-01-13 14:36 ` Konrad Rzeszutek Wilk
1 sibling, 0 replies; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-01-13 14:36 UTC (permalink / raw)
To: Andrew Hughes; +Cc: xen-devel
On Tue, Jan 11, 2011 at 11:00:48AM -0800, Andrew Hughes wrote:
> I am interested in porting dom0 to an RTOS kernel. Could someone tell me if
Sure. You just need to support PCI drivers, ACPI, IOAPIC, IRQ, MSI/MSI-X and
naturally the hypercalls. Then you also need to support booting the kernel
from protected mode and parsing the DIRECTMAP_P2M array for your MMU code.
Ah, and be able to work with events (which is an IRQ mechanism for PV
guests).
Oh, and packages the RTOS kernel in an ELF format.
I think that covers it.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-01-13 14:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11 19:00 Porting dom0 to RTOS Andrew Hughes
2011-01-13 14:25 ` Tim Deegan
2011-01-13 14:36 ` Konrad Rzeszutek Wilk
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.