[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Add documentation on how to build one's own stub domain kernel
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1223979122 -3600 # Node ID 78af732db9a7738c495fac1e4b364762c35a4326 # Parent c9ba3d1880bebc0839ebc00997c11a163fd7c115 Add documentation on how to build one's own stub domain kernel Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> --- stubdom/README | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+) diff -r c9ba3d1880be -r 78af732db9a7 stubdom/README --- a/stubdom/README Tue Oct 14 11:10:46 2008 +0100 +++ b/stubdom/README Tue Oct 14 11:12:02 2008 +0100 @@ -132,3 +132,21 @@ export XEN_TARGET_ARCH=x86_32 - 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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |