今天鼓捣 orbstack 虚拟机的时候,发现 modprobe 命令不起作用,然后查到 orbstack 不支持动态内核。纯小白产生一个问题,这个虚拟机软件是否支持动态内核是基于什么样的技术考虑,各有什么优劣。
我看 vmware workstation 是支持。
参考内容如下:
https://github.com/orbstack/orbstack/issues/410
Dynamic kernel modules are not supported (see #258). All the modules you tried to load are already built into the kernel, so just remove the commands.
动态内核模块不受支持(见 #258 )。您尝试加载的所有模块都已内置到内核中,因此只需删除命令即可。
我看 vmware workstation 是支持。
参考内容如下:
https://github.com/orbstack/orbstack/issues/410
Dynamic kernel modules are not supported (see #258). All the modules you tried to load are already built into the kernel, so just remove the commands.
动态内核模块不受支持(见 #258 )。您尝试加载的所有模块都已内置到内核中,因此只需删除命令即可。