Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 640 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 640 Bytes

Build Status

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.