this post was submitted on 27 Dec 2023
47 points (91.2% liked)

Permacomputing

248 readers
1 users here now

"In a time where computing epitomizes industrial waste, permacomputing encourages the maximizing of hardware lifespans, minimizing energy use and focussing on the use of already available computational resources." (from the permacomputing wiki)

See also: [email protected]

founded 1 year ago
MODERATORS
 

The article title is “Debian Likely Moving Away From i386 In The Near Future” but according to the article Debian will drop i386 support because it will be dropped from the kernel. Seems like bad news for permacomputing folks.

(EDIT) modified the title since it seems more accurate to say that 32-bit support is being dropped. (reference)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 8 months ago (2 children)

This isn't talking about the microprocessor model from 1985, if that's what you're thinking.

Rather, that microprocessor was the first to introduce the x86 32-bit architecture, which is getting discontinued here.
So, that includes some hardware still manufactured in the early 2000s...

[–] Aggravationstation 6 points 8 months ago (1 children)

Yea I have a 32 bit machine from 2007.

[–] [email protected] 3 points 8 months ago* (last edited 8 months ago) (1 children)

That’s quite interesting because the spy chips¹ began in 2008ish. So people who avoid the spy chips are losing options. ~~There may not be many 64bit machines that pre-date the spy chips~~ (edit: there might be a 5-year span of 64-bit AMD spy-free chips). I’m lucky to have a machine from 2008 just before the anti-consumer chips came out. IIUC there is only one modern architecture that avoids the spy chips: the IBM Power11.

1: spy chips → Intel’s Management Engine/ARM trustzone/AMD’s Platform Security Processor; tech that is anti-non-corporate consumer

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

Um.... Are you referring to the most ubiquitous OS worldwide nowadays... Minix?

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago)

Referring to Minix was not my intent. A short overview of the issue is here. As you apparently know Intel chips after 2008 use Minix for the management engine but I’m not sure to what extent Minix itself is a factor the vulns. The problem is the mere existence of an attack surface hard-wired into processors that can be externally exploited when the purpose of the ME is useless to non-corporate users. Bugs have been discovered that enable attackers to install malicious firmware¹. AMD’s PSP is also a problem and I don’t know if the PSP OS has been revealed. PSP is composed of an ARM processor with Trustzone, but I don’t know what OS Trustzone uses.

I just realized I forgot AMD PSP did not hit until 2013, so I guess there must be a lot of 64bit spychip-free boards out there made from 2008—2013.

1: ⚠ that link is enshitified with autoplay so I suggest using Lynx to access it.

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

No, that is not what it means. i386 is specifically the set of instructions that the 386 introduced. Later processors from intel added additional instructions, those were rolled into i686 as a set. i686 contains i386 so it can still run programs that target that, but a 386 can't run a i686 program.

i386 and i686 are both x86 32 bit instruction sets.

What is happening is that the kernel will no longer support i386 as a target. So any processor that does not support at least i686 will stop working. This is basically anything before around a pentium 3 (iirc might be wrong about exact CPU.) Vista era computers should not be effected.

The confusing part is that some distros have already dropped all 32bit for other reasons, but it would mean it would be hard for distros going forward to support 386 era processors.

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

The Linux kernel dropped i386 support back in 2012: https://www.phoronix.com/news/MTI0OTg

I think any reference to i386 nowadays really refers to i686. Debian, for example, officially dropped support even for i586 with Stretch back in 2017: https://web.archive.org/web/20170701011018/https://www.debian.org/releases/stretch/i386/release-notes/ch-information.en.html

So I think the linked article really does mean that they are dropping all 32-bit x86 support.