|
|
|
|
|
|
|
|
|
|
xen-devel
[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@xxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] "build your own stubdomain" documentation,
Samuel Thibault <=
|
|
|
|
|