- 1 Post
- 9 Comments
  52·7 days ago 52·7 days ago- RISC-V - royalty free
- future-proof
- extensible
- base ISA is 40 instructions!
- beautifully documented
- can perform in a range of situations, from embedded to many-cores servers!
- can handle petabytes of memory (the higher schemes)
- no nonsense historic compatibility drag.
 
  2·8 days ago 2·8 days ago- hahahahahahahaha… this is so stupid! 
  6·11 days ago 6·11 days ago- Nice, but I quite didn’t understand the utility of this video 
  2·12 days ago 2·12 days ago- Yeah the big question is what’s gonna happen to the project after Linus… - you got it pretty much right. An ABI, depending on the context, could include just the app/OS interface or also the across-apps, across-apps-modules interface too. Things like calling convention, register usage, stack usage, etc. - when you distribute compiled libraries, you want clients to know how to invoke your functions and know how to retrieve your returned values. That’s part of the ABI too. - The ABI also defines the type translation from the language (say, C) to asm undertood by a processor (say riscv64g) so, you map types. Following that example, you may instruct the assembler and linker to use abi “lp64” that maps longs and pointers to 64 bits, and integers (int) to 32 bits. This abi also emulates floating point operations (n the other hand, lp64d would make use of dedicated hardware for “double precision” floats) 
  2·14 days ago 2·14 days ago- Oh, thanks… I meant to say that a common ABI sounds like the first stage of embrace, extend and extinguish - I, actually, teach OSs at a university 😁 - I truly appreciate, tough, your kindness on teaching to a lemmy fellow 🙏🏼 
  4·15 days ago 4·15 days ago- “common abi”? Like embracing? 

The second, please