Rumprun facilitates compiling and running userspace programs against rump
kernels. It is especially useful for the configuration of rump kernels.
This repository provides both the rumprun framework and a selection of
familiar utilities such as ifconfig
, mount
, sysctl
, and more.
To build, run:
./buildnb.sh
make
This will automatically fetch and build all dependencies. This requires GNU make (gmake).
See the wiki for more information and instructions.