Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我没有在任何地方看到这个问题/答案,所以这里是:有人知道 VMware ESX/ESXi 虚拟机管理程序是用什么编程语言(或语言)编程的吗?我对管理程序代码以及高可用性、DRS、容错等功能中的代码感兴趣。谢谢您的回答。
VMware ESX/ESXi 虚拟机管理程序、内核和设备驱动程序是用 C 编写的。管理层通常是用 C++ 编写的,但是有很多 C。另外还有很多 bash、perl 和 python 脚本。