From: Antti Kantee Date: Tue, 21 Apr 2015 12:36:25 +0000 (+0000) Subject: update README X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d2f805f3dfc747962f3fc74d9fc5cceaedc33134;p=people%2Fliuw%2Frumprun.git update README --- diff --git a/lib/README.txt b/lib/README.txt index 3383c7c..f874dc5 100644 --- a/lib/README.txt +++ b/lib/README.txt @@ -1,9 +1,13 @@ Libraries hosted in this directory: -rumprun_core: +bmk_core: "kernel" routines, these are self-contained and especially may *NOT* use libc interfaces +bmk_rumpuser: + common bits for the rump kernel hypercall implementation, + runs on top of bmk. + rumprun_base: "userspace" routines, implement some libc interfaces, etc.