DragonFly BSD

vKernelRun

Run a virtual kernel

Finally, the virtual kernel can be run:

cd /var/vkernel
./boot/kernel -m 64m -r /var/vkernel/rootimg.01 -I auto:bridge0

You can issue the reboot(8), halt(8), or shutdown(8) commands from inside a virtual kernel. After doing a clean shutdown the reboot(8) command will re-exec the virtual kernel binary while the other two will cause the virtual kernel to exit.