setting up vkernel

Thomas Nikolajsen thomas.nikolajsen at mail.dk
Fri Oct 24 09:29:06 PDT 2008


> 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





More information about the Users mailing list