this post was submitted on 26 Apr 2025
63 points (98.5% liked)

Linux

11696 readers
116 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
all 27 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 2 months ago* (last edited 2 months ago) (5 children)

The patch series today though would end support for original i486 processors as well as early i586 processors. The kernel patches would remove support for CPUs lacking TSC and CX8/CMPXCHG8B capabilities. Basically this would put the minimum upstream Linux kernel support for 32-bit processors at the original Pentium CPU with CMPXCHG8B and Time Stamp Counter (TSC) support.

There were 586 CPUs that were not Pentiums? Article implies the original Pentium would be the new baseline, but then what 586 CPUs would lose support?

[–] [email protected] 13 points 2 months ago* (last edited 2 months ago) (1 children)

i very vaguely recall cyrix having a 586 but i can't recall if it was drop in compatible or not - their chips were always bootleg quality as i remember it

[–] [email protected] 5 points 2 months ago (3 children)

Crazy to think that the concept of "bootleg quality" was even possible for a CPU.

[–] [email protected] 6 points 2 months ago* (last edited 2 months ago) (1 children)

i have no idea how they were viewed to the world at large; i was a teenager when these were released. I know the vibe at the time though was these were budget chips that you got if you couldn't afford intel chips, and the cost discount came with a performance hit it wasn't an AMD situation.

i'm pretty sure i ran a cyrix chip at some point although i think it was a likely a 486 clone until i could afford a proper discount intel chip; the celeron

[–] [email protected] 3 points 2 months ago

I think your description of "bootleg CPUs" is spot on. I was even younger (pre-teen) than you in those days. Some of my first computing experiences were on a 486 running Windows 3.1 in 95 or so. I was waiting for my mother to finish work and I was allowed to mess around on the receptionist's computer.

I am just thinking it would be crazy to have say a bootleg Ryzen (or even Snapdragon) in our time.

[–] [email protected] 2 points 2 months ago

The 80s-90s were indeed a crazy time.

[–] [email protected] 1 points 2 months ago

Reminds me of VIA x86

[–] [email protected] 6 points 2 months ago* (last edited 2 months ago) (1 children)

I am not sure which CPUs exactly the article is refering to with those early i586 CPUs, but I do remember those Cyrix 6x86/6x86MX CPUs. When it comes to Linux, they were always treated as 486-class CPUs because they were missing some instructions required to be considered 586-class. On the other hand their architecture was actually quite modern, like a 686 CPU with out-of-order execution. The 6x86MX also supported the CMOV instruction which is usually associated with 686-class CPU. Quite strange CPUs from today's perspective.

VIA also had some CPUs (certain VIA C3 CPUs) that the Linux kernel always treated as 486-class CPUs due to some missing 586 instructions.

AMD's Am5x86 CPUs were rebranded 486 CPUs, while AMD's K5 was an early 586 CPU that might fall into that early 586 category due to missing instructions. AMD's later K6 CPUs should support all Pentium instructions afaik (but not CMOV like the Cyrix CPUs did).

[–] [email protected] 1 points 2 months ago

Then you have the NexGen Nx586, which is arguably 386-like in having no FPU, but ended up being the ancestor of most modern x86 CPUs by decomposing complex operations into RISC-esque micro-ops.

[–] [email protected] 1 points 2 months ago

In addition to what others have said I would imagine the Pentium OverDrive would be among those losing support as well.

[–] [email protected] 12 points 2 months ago

I guess that old hardware was always gonna go obsolete someday. I wonder how many are still in use

[–] [email protected] 11 points 2 months ago* (last edited 2 months ago)

I don't think this affects anything other than some really ancient machines from the 1990s which would struggle to have enough RAM to run modern Linux anyway. But the problem is I could be wrong about that and there could be embedded systems that do need modern updates due to internet exposure about or other systems running apparently old instruction sets all over the world. I don't know so I would want to see a feedback site set up for people to say if they need this support and to estimate how many exist.

[–] [email protected] 2 points 2 months ago (1 children)

I wonder if that new instructions are needed for anything useful.

[–] [email protected] 5 points 2 months ago

Nah, they just had spare wafer space and wanted to fill it up with something, so they made up these instructions. No use beyond that has ever been found for them

[–] [email protected] 1 points 2 months ago

I remember running Linux on a 386er board with two(!) CPUs. Those were the times...

[–] [email protected] 1 points 2 months ago

Very impressive the amount of years it was supported.