Tagged Questions
3
votes
4answers
3k views
Why I need to re-compile vmware kernel module after a linux kernel upgrade?
After a linux kernel upgrade, my VMWare server cannot start until using vmware-config.pl to do some re-config work (including build some kernel modules).
If I update my windows VMWare host with ...
1
vote
2answers
58 views
C++1y Modules and the C++ ABI
I've been reading about the C++ modules proposal (latest draft) but I don't fully understand what problem(s) it aims to solve.
Is its purpose to allow a module built by one compiler to be used by any ...