I am curious to know... would a DragonFly vkernel be able to run in user land of another OS? It is considered similar to UML but I wonder if it also could be used similarly to coLinux.
"
The vkernel requires some host-side support - specifically ability to create 'vmspaces' which are separate virtual memory maps,
and also a some minor hooks to interface to hardware / host side resources. Doable, but alot of work. Someone interested in knowing
this level of detail would be better of giving DF hardware assisted virtualization so you could run DF and virtualize the 'other' os where
needed
UML iirc also required same.
Probably the best bet right now to run dragonfly on another OS is virtualization e.g. via KVM / QEMU / VirtualBox.
I am personally, other than on several native dragonfly machines, running df on VirtualBox/Linux, with some devs using KVM.