]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
add backlink to rumpkernel.org
authorAntti Kantee <pooka@iki.fi>
Thu, 15 Oct 2015 13:22:46 +0000 (13:22 +0000)
committerAntti Kantee <pooka@iki.fi>
Thu, 15 Oct 2015 13:22:46 +0000 (13:22 +0000)
[ci skip]

README.md

index a52e5b2a0de308ea0a5d9ec3a12eb5b2ad14b037..3c8ce3faa9c9b41b1afad6667127d78c7e6e108e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
 Rumprun [![Build Status](https://travis-ci.org/rumpkernel/rumprun.svg?branch=master)](https://travis-ci.org/rumpkernel/rumprun)
 =======
 
-This repository provides the Rumprun
-[unikernel](https://en.wikipedia.org/wiki/Unikernel).  Rumprun runs on
-not only on hypervisors such as KVM and Xen, but also on bare metal.
-Rumprun can be used with or without a POSIX'y interface.  The former
-allows existing, unmodified POSIX applications to run out-of-the-box,
-while the latter allows building highly customized solutions with
-minimal footprints.
+This repository uses [rump kernels](http://rumpkernel.org) to provide
+the Rumprun [unikernel](https://en.wikipedia.org/wiki/Unikernel).
+Rumprun works on not only on hypervisors such as KVM and Xen, but also on
+bare metal.  Rumprun can be used with or without a POSIX'y interface.
+The former allows existing, unmodified POSIX applications to run
+out-of-the-box, while the latter allows building highly customized
+solutions with minimal footprints.
 
 See the [wiki](http://wiki.rumpkernel.org/Repo:-rumprun) for more
 information and instructions.