Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-macke/jor1k
Online OR1K Emulator running Linux
https://github.com/s-macke/jor1k
emulator javascript linux openrisc
Last synced: 27 days ago
JSON representation
Online OR1K Emulator running Linux
- Host: GitHub
- URL: https://github.com/s-macke/jor1k
- Owner: s-macke
- License: bsd-2-clause
- Created: 2013-01-03T09:33:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T02:16:03.000Z (over 2 years ago)
- Last Synced: 2024-09-30T13:21:01.284Z (about 1 month ago)
- Topics: emulator, javascript, linux, openrisc
- Language: JavaScript
- Homepage: http://jor1k.com
- Size: 94 MB
- Stars: 1,728
- Watchers: 91
- Forks: 198
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jor1k
![jor1k](https://jor1k.com/images/jor1k2.gif)
jor1k is a OpenRISC 1000 emulator written in JavaScript running Linux. It runs in almost any modern web browser.
Have a try and see if it runs in your browser by opening the [demo][project demo].
More information can be found on the [Wiki][project wiki] pages.### Demos
* Main [demo][project demo] page
* [Edit, compile and run](https://s-macke.github.io/jor1k/demos/compile.html) C code in your browser
* [Edit, compile and run](https://cs-education.github.io/sys/#VM) C code from the University of Illinois
* Symmetric multiprocessing with [2 cores](https://s-macke.github.io/jor1k/demos/main.html?cpu=smp&n=2), [4 cores](https://s-macke.github.io/jor1k/demos/main.html?cpu=smp&n=4), [8 cores](https://s-macke.github.io/jor1k/demos/main.html?cpu=smp&n=8), [16 cores](https://s-macke.github.io/jor1k/demos/main.html?cpu=smp&n=16) (unstable with inreasing cores)
* Simple [demo](https://s-macke.github.io/jor1k/demos/simple.html)
* RTEMS (real time operating system) [demo](https://s-macke.github.io/jor1k/demos/rtems.html)
* Simple [demo](https://s-macke.github.io/jor1k/demos/riscv.html) of the RISC-V CPU implementation. Wait until the first message appear in the terminal, then choose bbl in the dropdown menu.### Project Links
* [Bugtracker][project issues] to report any issues or feature requests
* [Wiki][project wiki] containing more detailed descriptions### LICENSE
* The program is distributed under the terms of the Simplified BSD License. The license details can be found in the file "LICENSE.md"
* The ACE editor is BSD licensed.### Developer
Sebastian Macke [simulationcorner.net](https://simulationcorner.net)### Contributors
Gerard Braad [github.com/gbraad](https://github.com/gbraad)
Ben Burns [github.com/benjamincburns](https://github.com/benjamincburns)
Lawrence Angrave [github.com/angrave](https://github.com/angrave)
Neelabh Gupta [github.com/neelabhg](https://github.com/neelabhg)[openrisc website]: https://openrisc.io
[project demo]: https://s-macke.github.io/jor1k/demos/main.html
[project issues]: https://github.com/s-macke/jor1k/issues
[project wiki]: https://github.com/s-macke/jor1k/wiki