Better section name
[ikiwiki.git] / docs / newhandbook / vkernel / index.mdwn
index 398abb0..9a43687 100644 (file)
@@ -1,6 +1,4 @@
 
-
-
 # The DragonFly virtual kernels 
 [[!toc  levels=3]]
 
@@ -146,7 +144,7 @@ In order to access a network interface of the host system from the vkernel, you
 Finally, the virtual kernel can be run:
 
     # cd /var/vkernel
-    # ./boot/kernel -m 64m -r /var/vkernel/rootimg.01 -I auto:bridge0
+    # ./boot/kernel/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.