136
How is RISC-V better than arm for Linux?
(programming.dev)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
TL;DR: While Intel had their heads shoved up their ass making the Itanium architecture, AMD made a 64-bit variant of x86 that was backward compatible with the older x86 ISA. Technology moved on, and amd64 was adopted while Intel kept trying and failing to push their binary-incompatible architecture.
Eventually, Intel had to give up and adopt AMD's amd64 ISA. In exchange for letting them use it, Intel lets AMD use the older x86 ISA.
AMD were already using the x86 ISA long before amd64.
https://en.m.wikipedia.org/wiki/AMD
AMD were also second source for some other Intel logic chips before that deal.
I was only going for explaining why AMD still continues to have the license to the x86 instruction set in modern times, but I appreciate the added historical context to explain to others how they originally had the rights to use it.
Itanium also failed miserably in performance and everything else it set out to deliver. While being ridiculously expensive.
Crazy!