Samuel Thibault
2008-Oct-14 09:54 UTC
[Xen-devel] [PATCH] "build your own stubdomain" documentation
Add documentation on how to build one''s own stub domain kernel Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> diff -r e4bddd01cb3e stubdom/README --- a/stubdom/README Mon Oct 13 10:09:09 2008 +0100 +++ b/stubdom/README Tue Oct 14 11:53:22 2008 +0200 @@ -132,3 +132,21 @@ - bootsplash is supported, but the ioemu backend does not yet support restart for use by the booted kernel. + + + Your own stubdom + ===============+ + By running + +cd stubdom/ +make c-stubdom + + or + +cd stubdom/ +make caml-stubdom + + you can compile examples of C or caml stub domain kernels. You can use these +and the relevant Makefile rules as basis to build your own stub domain kernel. +Available libraries are libc, libxc, libxs, zlib and libpci. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel