this post was submitted on 09 May 2025
341 points (99.4% liked)

Linux

54060 readers
1409 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I didn’t know whether to mark this NSFW or not but it’s time to buy a new computer if you haven’t upgraded in multiple decades.

top 50 comments
sorted by: hot top controversial new old
[–] QuazarOmega@lemy.lol 1 points 1 hour ago

Lol, from the title I thought that 486 models of specific CPUs were going to be affected, that sounded way more impactful

[–] procapra@lemm.ee 1 points 2 hours ago (1 children)

If anyone is actually using a 486 still, you can try using the kernels that the CIP maintains https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git They actually still support kernel 4.4

[–] LeFantome@programming.dev 1 points 31 minutes ago

The latest kernels still work on 486 - kernel 6.14 currently.

[–] Dariusmiles2123@sh.itjust.works 30 points 13 hours ago (1 children)

I think it should be possible to still run Linux on almost every 25 years old computer.

If the computer is older than this, it really becomes a piece of history and I can accept that it’d take efforts from the user to keep it in use, just like a collection car.

I only hope no bricking update is gonna be proposed to the people running such old hardware. The distribution should check if the hardware is compatible with a newer kernel before updating.

Still I think it’s important that Linux remains the OS of choice for old hardware and that the some distros remain deficated to these museum pieces.

[–] HulkSmashBurgers@reddthat.com 9 points 9 hours ago (1 children)

I think older versions of the kernel (that support 486 hw) would still be available to download so someone could use them if they wanted. Not sure what other extre work would be involved though.

[–] communism@lemmy.ml 1 points 9 hours ago (2 children)

The issue is that older kernel versions will lose support and stop getting security updates eventually. I don't know if there is enough of a community around old CPUs for fixes to be backported by the community.

[–] spv@lemmy.spv.sh 12 points 8 hours ago* (last edited 8 hours ago)

i love backwards compatibility as much as the next guy, but at some point, if there isn't enough of a community to backport fixes, there probably aren't many using them. if a tree falls in the forest, you get the idea.

[–] Someonelol@lemmy.dbzer0.com 3 points 8 hours ago (1 children)

You wouldn't want to keep such old equipment connected to a network anyway. That's only inviting trouble down the line.

[–] LeFantome@programming.dev 1 points 3 hours ago* (last edited 3 hours ago)

What does the age of the hardware have to do with it?

You can run a 486 today with the latest Linux kernel, the latest C library, and the latest utilities. A 486 is not vulnerable to Spectre and Meltdown. It may be more secure than a typical i7.

Come to think of it. Acting as a bastion server may be a legitimate use of a 486 today.

[–] Tippon@lemmy.dbzer0.com 15 points 13 hours ago

Sorry, my bad. I found my old 486 PC in my parent's attic recently, and started planning to get it running again

[–] pineapple@lemmy.ml 69 points 20 hours ago

That's a real showcase of how linux actually cares about its users over other companies. It's great to see that hardware I buy now will be supported on linux for a long long time into the future.

[–] peetabix@sh.itjust.works 25 points 19 hours ago (5 children)

Linux newb here. So I'm assuming this would make the kernel smaller, and take up less space. Would it be significant?

[–] _edge@discuss.tchncs.de 3 points 5 hours ago (1 children)

Actually, most devices today run an amd64 kernel (amd or intel cpus in typical desktops or servers) or arm (phones, some modern notebooks). Those architectures never supported 486 cpus.

I assume, the code removed is in the x86 branch, excluded when compiling for other architectures. As others said, I guess this is mostly about maintainance effort and testing.

(But then i don't know much about the kernels. Maybe there's some interplay between amd64 and x64 architectures.)

[–] qjkxbmwvz@startrek.website 1 points 57 minutes ago

Maybe there's some interplay between amd64 and x64 architectures.

AMD64 and x64 are the same thing. Do you mean AMD64 and x86? There is definitely interplay there, as AMD64 implements the x86-32 instruction set.

[–] Kazumara@discuss.tchncs.de 29 points 13 hours ago

The size difference is not significant. This is about the maintenance burden. When you need to change some of the code where CPU architecture specific things happen you always have to consider what to do with the code path or the compiler flags that concern 486 CPUs.

Here is the announcement by the maintainer Ingo Molnar where he lists some of the things he can now remove and stop worrying about: https://lore.kernel.org/lkml/20250425084216.3913608-1-mingo@kernel.org/

[–] LeFantome@programming.dev 34 points 17 hours ago

The Linux kernel is well over 30 million lines of code (lots of that is drivers).

This change shrinks the kernel by about 15,000 lines. That is not nothing, but it hardly moves the needle.

It is just one less thing to have to worry about and one less constraint to limit flexibility in the future.

[–] ShittyBeatlesFCPres@lemmy.world 49 points 19 hours ago (1 children)

It’s probably less about making the kernel smaller and more about security and reviewing code. The less code you have to maintain, the fewer vulnerabilities even if it’s old code.

I would doubt almost 20 year-old code is taking up a lot of space or presenting new vulnerabilities. And it’s obviously open source so if anyone needs it, they can always use an older kernel or maintain it. Sometimes, your oldest code is insane. I wish there was a budget for every company and government to pay retirees part time to go back over their oldest code that’s still in use. A lot of retired programmers would do it for fun and nostalgia. And to be horrified something they wrote 20 years ago hasn’t been updated or replaced.

[–] utopiah@lemmy.ml 14 points 18 hours ago

I wish there was a budget for every company and government to pay retirees part time to go back over their oldest code that’s still in use. A lot of retired programmers would do it for fun and nostalgia.

There is no budget for it AFAICT but there is https://github.com/abandonware and others trying to help on that path.

load more comments (1 replies)
[–] neon_nova@lemmy.dbzer0.com 111 points 1 day ago

This is absurd! Think of all the 486 cpus that will become EWASTE! LINUX HATES THE ENVIRONMENT!

/s in case not obvious.

[–] moody 90 points 1 day ago (11 children)

I'm kind of shocked that it's only been 18 years since the last 486 chip was made. It was launched in 1989 and discontinued in 2008, while the original Pentium was launched in 1993 and discontinued in 1999. Hell, the Pentium 4 was discontinued in 2007.

[–] superkret@feddit.org 19 points 18 hours ago

There's no way in hell 2007 was 18 years ago.

[–] LeFantome@programming.dev 11 points 20 hours ago

I think you can still buy new 486 compatible chips today.

https://www.vortex86.com/

load more comments (9 replies)
[–] TootSweet@lemmy.world 45 points 1 day ago (5 children)
[–] LeFantome@programming.dev 2 points 16 minutes ago

The Linux kernel still supports Pentium but most Linux distros do not. The only two I can think of are Adelie and Gentoo. Nothing based on Debian does (Pentium Pro minimum).

load more comments (4 replies)
[–] davel@lemmy.ml 12 points 21 hours ago* (last edited 20 hours ago) (3 children)
[–] f4f4f4f4f4f4f4f4@sopuli.xyz 9 points 19 hours ago

Also check out ELKS for your even older CPUs.

load more comments (2 replies)
load more comments
view more: next ›