Skip to content

Instantly share code, notes, and snippets.

@RealYukiSan
Last active November 3, 2023 14:16
Show Gist options
  • Save RealYukiSan/b89b637dbddb9f0ec6963a138aead296 to your computer and use it in GitHub Desktop.
Save RealYukiSan/b89b637dbddb9f0ec6963a138aead296 to your computer and use it in GitHub Desktop.
A brief summary of processor architecture and operating system design

List of processor architecture

Here's the list of processor architecture, Classified by ISA and architectural complexity

  • CISC
    • x86 and x86-64 or AMD64 are the same instruction sets, the only difference is "64-bit extension"
  • RISC
    • ARM
    • RISC-V
    • MIPS

And many more standard ISA! I cannot mention them one by one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment