On Wednesday, 13.09.2017 at 15:41, nikhil ap wrote: > > bmk is a library that gets linked into a rumprun unikernel. Simplifying > > somewhat, it provides the low-level (virtual or not) hardware support and, > > among other things, an implementation of the rumpuser hypercall > > interface[1]. The diagram on slide 6 of my talk[2] from 2015 describes the > > architecture. > > > Ok. So essentially, rumpuser is an adapter between rump and bmk where bmk > can be the rump bmk or xen or any other hypervisor. Did I get this right?
It doesn't have to be a hypervisor, it can be anything that implements those interfaces. -mato
