(no commit message)
[ikiwiki.git] / docs / user / vKernelRun.mdwn
1 ## Run a virtual kernel 
2
3
4
5 Finally, the virtual kernel can be run:
6
7     cd /var/vkernel
8     ./boot/kernel -m 64m -r /var/vkernel/rootimg.01 -I auto:bridge0
9
10 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.