Linux 7.1 Expected To Begin Removing I486 CPU Support

Linux 7.1 Expected To Begin Removing I486 CPU Support

Phoronix
PhoronixApr 5, 2026

Key Takeaways

  • Patch removes CONFIG_M486SX, CONFIG_M486, CONFIG_MELAN
  • i486 support removal slated for Linux 7.1 merge window
  • No major distro ships i486 kernels in 2024
  • Linus says zero reason to retain i486 code
  • Future releases will fully gut i486 CPU support

Summary

A patch targeting the upcoming Linux 7.1 merge window will begin stripping Intel 486 (i486) CPU support from the kernel. The change removes the CONFIG_M486SX, CONFIG_M486 and CONFIG_MELAN Kconfig options, preventing new i486 kernel builds. Linus Torvalds and maintainer Ingo Molnar argue the legacy code adds maintenance overhead with no practical use, as no current Linux distribution ships i486 kernels. After the Kconfig removal, a later kernel series will excise the remaining i486 support code entirely.

Pulse Analysis

The Intel 486 processor, introduced in 1989, was a milestone that helped popularize 32‑bit computing. Over three decades later, its footprint in the Linux ecosystem has dwindled to a handful of hobbyist projects and legacy embedded devices. Modern distributions have long abandoned i486 kernels, relying instead on newer x86‑64 or even ARM platforms that deliver far superior performance and security. This historical inertia kept the i486 code path in the mainline kernel, but its practical relevance today is virtually nil.

Maintaining obsolete CPU support imposes hidden costs. The i486 code relies on complex hardware emulation pathways within the 32‑bit x86 subsystem, which complicates testing and increases the risk of regressions. Ingo Molnar’s recent patch eliminates the three Kconfig options that enable i486 builds, a move endorsed by Linus Torvalds, who called the code “zero real reason” to keep. By pruning these options, the kernel’s build matrix shrinks, compilation times improve, and the maintenance burden on core developers lightens, freeing resources for security hardening and feature development on actively used architectures.

For the few users still operating on i486 hardware, the impact is clear: they must remain on an existing LTS kernel that still includes the legacy support or migrate to alternative operating systems designed for ultra‑old hardware. The broader industry sees this as part of a steady trend—Linux continues to shed legacy code to stay lean and secure, mirroring similar retirements of PowerPC, IA‑64, and other aging platforms. As the kernel evolves, focusing on current hardware ensures better performance, faster innovation, and a tighter security posture for the majority of enterprise and cloud workloads.

Linux 7.1 Expected To Begin Removing i486 CPU Support

Comments

Want to join the conversation?