|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Porting dom0 to RTOS
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.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|