Skip to content

llfw/lfvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lfvm: bhyve virtual machine manager
===================================

lfvm is a utility for managing bhyve-based virtual machines.
i wrote it primarily for my own use, but you're welcome to use it too.

license
-------

lfvm is in the public domain.

some files distributed in nihil/ have other licenses; see nihil/README.

requirements
------------

+ FreeBSD
  (in theory, Illumos could be supported too.)
+ CMake
+ ninja
+ libucl
+ a recent C++ compiler

build and install
-----------------

% mkdir build
% cd build
% cmake -GNinja ..
% ninja
% ninja install

questions, comments?
--------------------

please send any feedback to [email protected], or alternatively you can
open an issue or pull request on the GitHub repository:
	https://github.com/llfw/lfvm

About

bhyve virtual machine manager

Resources

Stars

Watchers

Forks

Releases

No releases published