惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
爱范儿
爱范儿
量子位
Martin Fowler
Martin Fowler
V
V2EX
博客园 - 三生石上(FineUI控件)
I
InfoQ
MongoDB | Blog
MongoDB | Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
Netflix TechBlog - Medium
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
Engineering at Meta
Engineering at Meta

The Register - Software: OSes

Fedora: Microsoft is all aboard, but Deepin is dumped Microsoft promises to do better, but it has a long way to go First big Microsoft update after vow to 'win back fans' Who needs ghost train scares when Windows is such a fright? Microsoft boss tells investors the company is working to 'win back fans' Microsoft boss says company is working to 'win back fans' Linux cryptographic code flaw offers fast route to root Fedora 44 is out – countless versions of it Microsoft sets its sights on the past with 86-DOS and PC-DOS Microsoft updates the Windows Update Experience Windows second-chance setup hurts IT, productivity Ubuntu Resolute Raccoon drops Xorg, keeps X11 apps alive More ancient Linux device support facing the ax WSL9x hacks Linux into ancient Windows 9x systems UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Zorin OS 18.1 released - and the Lite edition reappears Task Manager's CPU%: an obituary for the recent past Linux 7.1 will have an optional new NTFS driver Microsoft releases Windows Server update to fix April update 20-year-old Enlightenment E16 bug finally gets patched 20-year-old Enlightenment E16 bug finally gets patched Raspberry Pi OS ends open-door policy for sudo Firefox Nightly adds Web Serial after years of saying no Windows Update: Torture chamber for seldom-used PCs Windows Update: Torture chamber for seldom-used PCs Notepad loses Copilot icon as Microsoft gives subtlety a try Notepad loses Copilot icon as Microsoft gives subtlety a try Microsoft attempts to untangle Windows Insider program Adobe finally patches PDF pest after months of abuse NHS pays £46K to prep next Microsoft licensing round
The end of Linux i486 support looks nigh
Brandon Vigliarolo Brandon Vigliarolo · 2026-04-06 · via The Register - Software: OSes

OSes

Patch to end i486 support hits Linux kernel merge queue

After a year of patchwork, maintainers look ready to start retiring 486-class CPUs

It's taken nearly a full version number to get the pieces in order, but the long-awaited end of 486 chip support in the Linux kernel appears to be nigh with Linux 7.1's release later this year. 

Slated for the 7.1 merge window is a patch that veteran Linux kernel contributor Ingo Molnar queued up at the end of March, but which went widely unnoticed until over the weekend. If merged, the patch would begin phasing out support for 80486-generation chips by removing the M486, M486SX, and MELAN configuration options from Kconfig, effectively preventing new upstream kernels from being configured specifically for 486-class systems.

The change has been a long time coming, and would begin the process of removing processor architecture support from the kernel for the first time since 2012, when support for 80386 processors was removed. 

As he noted in 2022 when first contemplating removal of 80486 chips from the kernel, Linux maestro Linus Torvalds was similarly unsentimental when killing the 386. 

"I *really* don't think i486 class hardware is relevant any more," Torvalds said in 2022, noting that while some people may still operate 486 systems they aren't relevant from a kernel development standpoint. "At some point, people have them as museum pieces. They might as well run museum kernels."

In other words, if you want to run an old piece of hardware, you're just gonna have to rely on an old version of the Linux kernel going forward from 7.1, finally. 

That's not to say the kernel maintainers haven't been working on the 486 support purge for some time – Molnar first proposed dropping 486 support in April 2025.

Molnar noted a discussion he had with Torvalds in the patch notes, which were published in late April 2025, where he reiterated his feeling that it was time to ditch 486 support because it was wasting developers' time. Molnar similarly justified the elimination of 486 support in the notes. 

"We have various complicated hardware emulation facilities on x86-32 to support ancient 32-bit CPUs that very very few people are using with modern kernels," Molnar explained. "This compatibility glue is sometimes even causing problems that people spend time to resolve, which time could be spent on other things." 

To get around that wasted time, Molnar originally proposed eliminating 486 support by requiring the next kernel version to require chips to support Time Stamp Counter and the CMPXCHG8B instruction, which aren't present in 80486-family chips and some 586 derivatives. 

It's not clear what happened in the just shy of a year since this proposal was made, but the kernel.org discussion chain that began with those recommendations has been ongoing for a year, with Molnar making multiple rounds of changes to his proposal since then. As of this latest merge request, it appears simply cutting off the configuration options for 486-family chips has been chosen as the way forward.

With the final release of the Linux kernel 7.0 due sometime in the next few months, 7.1 can be expected sometime in the middle of this year, though whether this 486-killing patch proposal finally makes the cut remains to be seen. 

Either way, Molnar noted in his request, there's no recent kernel package that supports 486 chips, so "actual users should not be impacted" either way. "Legacy users can keep using older kernels," Molnar added. ®