Loading...
Loading...
Linux kernel 7.1 will drop support for Intel's decades-old 486 CPU family by removing the legacy i486 configuration and related Kconfig options. Maintainers removed traps for the 486's missing CPUID and SSE quirks, cleaned up conditional code paths, and eliminated the ancient i486-specific Kconfig symbol, simplifying x86 code and build logic. Key players include Linux kernel maintainers and the broader open-source community; Intel's 486 is the hardware being retired. This matters because it redu
Linux kernel maintainers, led by contributors including Ingo Molnar and backed by Linus Torvalds, are removing support for the Intel 80486 CPU family starting in kernel 7.1, ending decades of backward compatibility. The move aims to eliminate complex emulation and compatibility “glue” for rarely used 32-bit CPUs that cost developer time and introduce maintenance burden. The change will also affect 486-compatible chips from vendors like Cyrix and AMD. Practical impact is tiny: modern distributions and most lightweight distros already require far more RAM and newer CPUs, and users who need 486-era systems can still run older kernels or vintage OSes. The decision continues a trend—support for the 80386 was dropped in 2013.
Linux kernel maintainers, led by contributors like Ingo Molnar and with support from Linus Torvalds, are set to remove Intel 486 support starting in kernel 7.1, ending decades-old compatibility for the 1989 80486 and some 486-compatible chips (e.g., Cyrix 5x86, AMD Am5x86). The change is driven by maintenance costs and compatibility glue in x86-32 that complicates development and debugging. Practical impact will be negligible for most users and distributions, since modern distros and browsers already require far more capable hardware; a few niche projects like Tiny Core Linux currently document 486 support. Vintage hardware enthusiasts can continue using older kernels or legacy OSes.
Linux maintainers are removing legacy support for the 37-year-old Intel 486 CPU from the kernel; Linus Torvalds backed the move saying there is "zero real reason" to keep supporting the aging architecture. Developers cite maintenance burden, scarce testing resources, and the need to simplify and modernize kernel code as motivations. The change affects rare systems and embedded uses but could break niche users and distributions that still run on 486-era hardware. For the wider tech industry, dropping 486 support reduces code complexity, lowers maintenance costs, and frees developers to focus on current architectures and features, though it underscores trade-offs between progress and long-term backward compatibility. Vendors and projects relying on very old hardware will need to plan migrations.
Linux kernel 7.1 will drop support for Intel's decades-old 486 CPU family by removing the legacy i486 configuration and related Kconfig options. Maintainers removed traps for the 486's missing CPUID and SSE quirks, cleaned up conditional code paths, and eliminated the ancient i486-specific Kconfig symbol, simplifying x86 code and build logic. Key players include Linux kernel maintainers and the broader open-source community; Intel's 486 is the hardware being retired. This matters because it reduces maintenance burden, modernizes the kernel for contemporary x86 CPUs, and slightly shrinks legacy code complexity—benefits for developers and distributions at the cost of breaking extremely old hardware compatibility. Distributions and users running antique systems should note the change.