this post was submitted on 03 Sep 2026
40 points (100.0% liked)

Linux

67377 readers
389 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 7 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] Cricket@lemmy.zip 10 points 39 minutes ago* (last edited 38 minutes ago) (1 children)

The key reason for doing this, as stated in the article:

ultimately they say "the straw that broke the camel's back" to abandon Red Hat Enterprise Linux for their industrial accelerator-control computers was the "-march=x86-64-v2" compiler flag default as "forced obsolescence" for old hardware.

From what I understand, the v2 option requires relatively newer CPU instruction sets, making it incompatible with some older CPUs, even 64 bit ones. I don't know what is gained by using the v2 flag, but I would imagine that it may be something performance-related, by more fully utilizing those newer instruction sets.

[–] RickyWars@lemmy.ca 1 points 7 minutes ago* (last edited 6 minutes ago)

I wonder why not switch to a RHEL clone like Alma which still complies for v2.

Edit: nevermind. I realize they still want v1 hardware, I thought this could have been about RHEL10 even removing support for v2.