this post was submitted on 11 Aug 2023
332 points (98.5% liked)

Linux

47247 readers
961 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 year ago (7 children)

Just to clarify a few points in #1: CISC has gone largely (entirely?) extinct, so it doesn't play into this. Arm processors are more efficient than x86, but Risc-v is even more efficient than Arm, giving them an edge in cheap, low power computing. However, some companies have started experimenting with Risc-v for HPC applications, so it's turning out more versatile than expected. Just this week there was also news of a bunch of companies banding together to develop Risc-v chips for automobile and Telecom, so don't be surprised if we get Risc-v smartphones and tablets in the near future.

[–] Rekhyt 5 points 1 year ago (2 children)

#1: CISC has gone largely (entirely?) extinct

Citation needed? Isn't x86 considered a CISC?

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Yes and no. AFAIK when coding assembler for these chips you use CISC-instructions but they get translated into RISC-instructions by a hardcoded mikroprocessing-unit (not sure about the real term). So the processor itself gets RISC-instructions.

[–] biblbrox 2 points 1 year ago
load more comments (4 replies)