All Projects → riscv → Riscv Angel

riscv / Riscv Angel

Licence: other
JavaScript RISC-V ISA Simulator. Boots linux in a web-browser.

Programming Languages

javascript
184084 projects - #8 most used programming language

riscv-angel

ANGEL is a Javascript RISC-V ISA (RV64) Simulator that runs riscv-linux with BusyBox.

Check out the demo running at: https://riscv.org/software-tools/riscv-angel/

NOTE:

ANGEL is not under active development - it implements old draft versions of the RISC-V specs (~late 2014)

Building/Running locally

Run make, make sure you have GNU sed.

Start a webserver in the angel directory, e.g.

python -m SimpleHTTPServer 8000

Visit localhost:8000/run.html in your browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].