Linux Format

Keeping the fires burning

When 386 support was slated for removal, so too was support for 387 math coprocessor emulation, required by 486SX chips (which lacked the floating point unit of their DX brethren). This was granted a reprieve, since it didn’t really complicate other subsystems like the 386 code did, and there was some hardware still in production that required math emulation. That feature is still around today, so you can see that code is only dropped from the kernel when there is good reason. Just being old is not enough.

Unfortunately kernel support is far from the end of the story. Distros are free to choose the optimisations to build into their packages, and since there’s not a great deal of 20-year-old

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format4 min read
Linux
The #1 open source mag Future Publishing Limited, Quay House, The Ambury, Bath, BA1 1UA Email contact@linuxformat.com EDITORIAL Editor-in-chief Neil Mohr Art editor Fraser McDermott Production editor Katharine Davies Group editor-in-chief Graham Bar
Linux Format3 min read
Kernel Watch
Linus Torvalds announced the fourth RC (Release Candidate) for what will become Linux 6.9 in another few weeks. In his announcement, he noted that there was “Nothing particularly unusual going on this week – some new hardware mitigations may stand o
Linux Format1 min read
Sql At Fifty
Structured Query Language (SQL) is 50 years old. It is the only programming language from the ’70s that is still around and – unlike COBOL and Fortran, which are confined to limited niche roles – still thriving and expanding. In 2023, the IEEE declar

Related