|
|
|
|
|
by GuB-42
1876 days ago
|
|
This is a problem inherent to Linux, that is, you need maintainers, with APIs changing regularly. Windows is a lot more stable in that regard, and mainframes are not even on the same league. It is a choice made by the Linux community, it goes very well with its open source nature and it has advantage in terms of performance and ease of implementing new features, but the drawback is that you can't keep compatibility without active maintenance. |
|
Linux-the-kernel has not only a stable API, but also a stable ABI, and you can run 20 years old software compiled against that ABI just fine.
The problem is that the userland doesn't give a fuck and breaks itself every other day just for the lulz, starting with the glibc, which doesn't even allow fully static compilation.
So you'll have to use 20 years old versions of everything (but the kernel), which makes running one piece of old software nonviable⦠but that's hardly the kernel's fault.