Linux at Home

nsaspook

Joined Aug 27, 2009
16,325
https://www.xda-developers.com/linux-7-1-finally-dropping-support-intels-37-year-old-486-processor/
Linux 7.1 is finally ending support for Intel's 37-year-old 486 processor

https://git.kernel.org/pub/scm/linu...m&id=8b793a92d862c89055daa97ffa61a6929cf732f9

x86/cpu: Remove M486/M486SX/ELAN support
In the x86 architecture 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. This compatibility glue is sometimes even causing problems that people spend time to resolve, which time could be spent on other things. As Linus recently remarked: > I really get the feeling that it's time to leave i486 support behind. > There's zero real reason for anybody to waste one second of > development effort on this kind of issue. Implement the first step and remove M486/M486SX/ELAN support: CONFIG_M486SX CONFIG_M486 CONFIG_MELAN [ There's no recent M486=y kernel package for any mainstream x86 32-bit distribution available that I've been able to find, so actual users should not be impacted, and any legacy users can keep using older kernels. ]

no-starwars.gif
 

Thread Starter

joeyd999

Joined Jun 6, 2011
6,281
https://www.xda-developers.com/linux-7-1-finally-dropping-support-intels-37-year-old-486-processor/
Linux 7.1 is finally ending support for Intel's 37-year-old 486 processor

https://git.kernel.org/pub/scm/linu...m&id=8b793a92d862c89055daa97ffa61a6929cf732f9

x86/cpu: Remove M486/M486SX/ELAN support
In the x86 architecture 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. This compatibility glue is sometimes even causing problems that people spend time to resolve, which time could be spent on other things. As Linus recently remarked: > I really get the feeling that it's time to leave i486 support behind. > There's zero real reason for anybody to waste one second of > development effort on this kind of issue. Implement the first step and remove M486/M486SX/ELAN support: CONFIG_M486SX CONFIG_M486 CONFIG_MELAN [ There's no recent M486=y kernel package for any mainstream x86 32-bit distribution available that I've been able to find, so actual users should not be impacted, and any legacy users can keep using older kernels. ]

View attachment 365662
I'm gonna need new hardware, finally.
 

MrChips

Joined Oct 2, 2009
34,812
The Intel/Microsoft/IBM alliance set back personal computer development by at least 25 years in the closing decades of the 20th century. And the legacy continues. Why are we wasting time trying to fix a flawed system in the first place? It's about time to bury it for good.

 

nsaspook

Joined Aug 27, 2009
16,325
https://kernelnewbies.org/Linux_7.0

Linux 7.0 changelog.

Summary: Linux 7.0 adds a new API for file IO error reporting; support in XFS for a new health monitoring feature; support for Clang static analysis support; better io_uring support for filters; support for new open_tree(2) flags that allow faster and simpler container setup; better swapping performance; support a new rseq(2) time slice extension mechanism; simplification of preemption selection; AccECN support enabled by default, for better handling of TCP congestion; and Btrfs experimental support for the remap tree. As always, there are many other features, new drivers, improvements and fixes.
 

MrChips

Joined Oct 2, 2009
34,812
I use Linux Mint Xfce because it is lightweight and can run on older hardware. It is based on Debian.

(Off topic) I have also started to use Obsidian to organise all my paper work which I have accumulated over dozens of notebooks.
 

cmartinez

Joined Jan 17, 2007
8,762
Supposedly, for beginners who have only ever used Windows, but i push Ubuntu on my victims.

Personally, now, I use straight Debian, and customize it for how I want to use it.
I am a child of DOS, so I know quite well how to use the command line ... also, I worked a bit on Unix about 35+ years ago ... does that count?
 

Ian0

Joined Aug 7, 2020
13,132
I use Mint, because the person who introduced me to Linux used it, and it worked and was easy enough to use, so I never bothered to see what other versions were all about.
Just out of interest, and now that I'm used to Linux, what would you recommend and why?
 

Thread Starter

joeyd999

Joined Jun 6, 2011
6,281
I use Mint, because the person who introduced me to Linux used it, and it worked and was easy enough to use, so I never bothered to see what other versions were all about.
Just out of interest, and now that I'm used to Linux, what would you recommend and why?
If you don't mind some manual configuration, Debian 13.
 
Top