▲ | chasil 4 days ago | |||||||||||||||||||||||||
Architecturally, many Linux distributions are removing 32-bit support, so these old binaries don't have much time left. | ||||||||||||||||||||||||||
▲ | wkat4242 4 days ago | parent | next [-] | |||||||||||||||||||||||||
Well 32-bit kernels yes. 32-bit binaries not so much. Besides, it should be possible to patch them. Just append zeroes to every memory operation. Or run them within QEMU or something. This stuff is so old that any performance penalty will be unnoticeable. | ||||||||||||||||||||||||||
▲ | yjftsjthsd-h 4 days ago | parent | prev | next [-] | |||||||||||||||||||||||||
> many Linux distributions are removing 32-bit support, Are they? Fedora, sure, but they're Fedora. The only others I've seen are deprecating 32-bit host support while retaining multilib support for applications. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | asveikau 4 days ago | parent | prev [-] | |||||||||||||||||||||||||
Of course running a 32 bit binary is a different, lower effort problem than say, running on a 32-bit kernel. |