Displaying 2 results from an estimated 2 matches for "embeddedxen".
Did you mean:
embeddeddev
2009 Dec 05
1
Dom0 kernel for Embedded System
I am doing an experiment in which I want to run Dom0 kernel on an
embedded device for which I would like the kernel to have only some
specific module and kernel provide certain specific service,what can
be a good start for this.
--
http://www.abhitech.com
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 May 22
0
miniOS page table allocation
Hi Folks,
I''m sorry to come with a so technical question, but I''m working out a port of XEN on ARM in the context of EmbeddedXEN project.
I digged into miniOS and found something which seems strange to me: the build_pagetable() function in mm.c.
This function aims at building up the additional page tables which were not allocated by the hypervisor during the
domain construction (domain_build.c). I do not understand the foll...