]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
build is now simpler
authorAntti Kantee <pooka@iki.fi>
Fri, 6 Sep 2013 12:13:47 +0000 (15:13 +0300)
committerAntti Kantee <pooka@iki.fi>
Fri, 6 Sep 2013 12:13:47 +0000 (15:13 +0300)
README.md

index 593065205f58725c3218d6cef4a8a379da59e2e0..55fb35c7f5b7a042dc7b89ef8572c78a5d38a183 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,10 +9,6 @@ kernels is being able use unmodified kernel-quality drivers as part of
 a single-image application, with the memory footprint being a fraction
 of that of a full OS, yet still achieving the isolation provided by Xen.
 
-The current status is working, with the block and NIC I/O devices having
-been verified by using the Fast File System and TCP, respectively.
-These drivers are also provided as demos, see instructions below.
-
 For applications a POSIX-y interface is provided.  Some applications,
 such as those using file systems or sockets interfaces, will more or
 less work out-of-the-box.  Limitations include applications which do
@@ -26,9 +22,9 @@ See http://www.NetBSD.org/docs/rump/ for more information on rump kernels.
 Using / Testing
 ---------------
 
-To build and use, get the Xen source tree which matches your hypervisor
-version.  Then, clone this repository into the `extras` subdirectory
-of your Xen source tree and run the following command:
+To build, clone this repository and run the following command.  You
+need Xen headers for a successful build (e.g. on Ubuntu they're in
+the `libxen-dev` package).
 
        ./buildxen.sh