Skip to content

Latest commit

 

History

History
 
 

qemu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Virtualization: Qemu

This package enables compiling & running a qemu virtual machine.

Builds both the host qemu VM and the target OS.

$ SKIFF_CONFIG=intel/x64,virt/qemu make configure compile
$ make cmd/virt/qemu/run

You can press ctrl+a and then c (followed by return) to switch between the serial output and the qemu monitor. The "stop" command in the monitor shell will stop emulation, or you can use killall qemu-system.

Log in as "root" for the default Skiff setup.

The intel/x64 portion of SKIFF_CONFIG can be replaced with any of the SkiffOS targets, including the arm and riscv64 systems.