Skip to content

t00sh/vm-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vm-make : build small QEMU images using Busybox.


vm-make is a set of makefiles to build minimal QEMU virtual machines. It uses Busybox as a main toolbox.

There is a set of VM templates in templates directory. For example, to build a VM from the ./templates/x86_64 template, edit as you need all files in this folder and then, run :

make CONF_TEMPLATE=./templates/x86_64/

To execute the VM just run :

cd ./build/vm && ./start.sh