]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
update README
authorAntti Kantee <pooka@iki.fi>
Tue, 21 Apr 2015 12:36:25 +0000 (12:36 +0000)
committerAntti Kantee <pooka@iki.fi>
Tue, 21 Apr 2015 12:36:25 +0000 (12:36 +0000)
lib/README.txt

index 3383c7cc14c5349c08efd037383e4d96da331a54..f874dc5f17c9944e1bc24e156dd944e8f35f8658 100644 (file)
@@ -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.