Linked by Thom Holwerda on Wed 29th Aug 2012 22:52 UTC
Thread beginning with comment 533320
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2009-09-23
Linux on the desktop is chugging along just as it always was, and like the kernel the surrounding components are pretty much always in heavy development, sometimes breaking backwards compability and requiring recompilation of affected binaries.
This is actually not true. The ABI/API of the kernel towards the userland has been pretty much stable for years. People keep on confusing *INTERNAL* kernel APIs with the ones towards the userland.
While the former are subject to frequent changes (which is why kernel developers encourage anyone to get their kernel-related stuff *INTO* the kernel), the latter are very stable.
I have never had any single binary which wouldn't run on a modern Linux kernel because there was an API mismatch.
The last change in this regard was the jump from libc5 to libc6 and that happened AGES ago.
On Windows, on the other hand, userland APIs change very often and without prior notice. Microsoft keeps on introducing and dropping stuff.
Have you ever wondered why Steam reinstalls DirectX for every game? Well, it's because DirectX is constantly changing:
http://forums.steampowered.com/forums/showpost.php?p=23759166&postc...
Adrian