Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 629 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 629 Bytes

Rump kernel hypercalls for the Xen hypervisor Build Status

This repository contains supports for running rump kernels on top of the Xen hypervisor and enables running off-the-shelf POSIX applications as standalone Xen guests.

To use, install Xen headers, edit domain_config (top level in this repo), and run:

./buildxen.sh
xl create -c domain_config

See the wiki for more information and instructions.