From ab6c3a6415a23d49634e60531cc489d63dddaa07 Mon Sep 17 00:00:00 2001 From: acieroid Date: Mon, 4 Feb 2013 08:55:37 -0800 Subject: [PATCH] The kernel is now in /boot/kernel/kernel --- docs/newhandbook/vkernel/index.mdwn | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/docs/newhandbook/vkernel/index.mdwn b/docs/newhandbook/vkernel/index.mdwn index 398abb0..9a43687 100644 --- a/docs/newhandbook/vkernel/index.mdwn +++ b/docs/newhandbook/vkernel/index.mdwn @@ -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. -- 1.7.7.2