Hello, I'm build kernel with options for Bhyve:
It's ok and it works.
But, I can't find anywhere option for vmm(4) like: device vmm.
With this option kernel can't build. My configuration for bhyve works when I add to /boot/loader.conf
But I don't want to use loader.conf and want to build kernel for bhyve with vmm(4).
How to build kernel with vmm.ko?
Thank you, sorry for my bad English.
Code:
device if_bridge
device tap
device nmdm
But, I can't find anywhere option for vmm(4) like: device vmm.
With this option kernel can't build. My configuration for bhyve works when I add to /boot/loader.conf
Code:
vmm_load="YES"
How to build kernel with vmm.ko?
Thank you, sorry for my bad English.
Last edited by a moderator: