Previous: Preparing the FreeBSD system for Qemu

Using Qemu from the command line

aio_load="YES"

qemu-img create -f qcow openbsd.image 10G

Formatting 'openbsd.image', fmt=qcow size=10737418240 encryption=off

qemu-img create -f qcow netbsd.image 10G

qemu-img create -f qcow dragonfly.image 10G

qemu -curses -m 256 -hda openbsd.image -cdrom /dev/acd0 -boot d

Next: Using Aqemu for Virtualization