RISC-V

RISC-V began as a Berkeley research project around 2010 and became the first instruction set to go genuinely open: the specification is royalty-free, stewarded by RISC-V International, and anyone may build an implementation without a license. The design is a small base ISA plus optional extensions — multiplication, atomics, floating point, compressed instructions — which is how the same architecture spans microcontrollers and server processors.

That openness has a cost measured in device trees: extensions keep arriving and each SoC needs its own kernel support, so how close a board sits to the mainline kernel matters as much as its specification. The usual way in is QEMU and the GNU toolchain on a machine you already own; real silicon earns its place when emulation stops answering the question.

In this family

In the lab