Linux Kernel Drops Support For Old Intel 386 CPUs

Written by Michael Larabel in Linux Kernel on 12 December 2012 at 10:33 AM EST. 31 Comments
LINUX KERNEL
Yet another change for the upcoming Linux 3.8 kernel is the removal of support for the old Intel i386 processors.

Ingo Molnar submitted the "Nuke 386-DX/SX support" pull request for Linux 3.8, which Linus has already pulled into the mainline tree.

Dropping the old Intel "80386" code is being done to reduce some complexity within the Linux kernel to allow for future improvements without having to worry about maintaining the support for this ancient PC hardware.
This tree removes ancient-386-CPUs support and thus zaps quite a bit of complexity:

24 files changed, 56 insertions(+), 425 deletions(-)

... which complexity has plagued us with extra work whenever we wanted to change SMP primitives, for years.

Unfortunately there's a nostalgic cost: your old original 386 DX33 system from early 1991 won't be able to boot modern Linux kernels anymore. Sniff.

H. Peter Anvin (9):
x86, 386 removal: Remove CONFIG_M386 from Kconfig
x86, 386 removal: Remove CONFIG_CMPXCHG
x86, 386 removal: Remove CONFIG_XADD
x86, 386 removal: Remove CONFIG_BSWAP
x86, 386 removal: Remove CONFIG_INVLPG
x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK
x86, 386 removal: Remove CONFIG_X86_POPAD_OK
x86, cleanups: Simplify sync_core() in the case of no CPUID
x86, 386 removal: Document Nx586 as a 386 and thus unsupported
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week