Skip to content

riversideresearch/VMF

Repository files navigation

VMF

Welcome to VMF prototype

# Install dependencies
sudo apt install \
  libncurses5-dev \
  qemu-utils \
  u-boot-tools

# init submodules
git submodule update --init

# build a vmf xen and domU
make -C buildroot defconfig BR2_DEFCONFIG=../configs/xen_defconfig
make -C buildroot all

# install deps for qemu
sudo apt install \
  ninja-build \
  pkg-config \
  libglib2.0-dev \
  libpixman-1-dev \
  libgcrypt-dev \

# build qemu and run prototype
qemu/boot-qemu.sh

If you are having issues check that imagebuilder/xen.cfg is set to build the image you plan to use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors