this post was submitted on 11 Aug 2023
358 points (98.4% liked)
Linux
48077 readers
789 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
I'm also just a normal tech person, so my answers may be inaccurate.
My understanding is:
If I said something stupid, please let me know, I'd like to learn about this!
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.
Citation needed? Isn't x86 considered a CISC?
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.
In reality it seems to be more complicated: https://fanael.github.io/is-x86-risc-internally.html