> Now, I can set up two or more vkernel over a single DragonFly system. > How can I change in configuration phase for setting multiple vkernel? You just make a copy of rootimg file and run kernel (in another window) using this file: cp rootimg.01 rootimg.02 ./kernel -m 64m -r rootimg.02 -I auto:bridge0 -thomas