
Originally Posted by
set135
This is not strictly true; for example, on my amd64 machine running the main userspace in native 64bit and a 3.3 64bit kernel, I can still run a Mosaic binary from 1998. I have a few legacy applications I still run. This is possible by installing and correctly setting up the required libraries. The kernel does not have a driver ABI, but it *does* try very hard not to break its userspace interface backward compatability (syscalls). This is why even an ancient version of libc5 is still happy to talk to a brand new kernel. Of course, other than supporting 32bit stuff on 64bit machines, distributions do not try to bother with something like this, as their users generally arent interested in retro-computing, and attempting any sort of generic solution would be difficult and involve unknown gobs of archaic libraries.