# jor1k **Repository Path**: mirrors_regular/jor1k ## Basic Information - **Project Name**: jor1k - **Description**: Online OR1K Emulator running Linux - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jor1k ![jor1k](http://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](http://s-macke.github.io/jor1k/demos/compile.html) C code in your browser * Symmetric multiprocessing with [2 cores](http://s-macke.github.io/jor1k/demos/main.html?cpu=smp&n=2), [4 cores](http://s-macke.github.io/jor1k/demos/main.html?cpu=smp&n=4), [8 cores](http://s-macke.github.io/jor1k/demos/main.html?cpu=smp&n=8), [16 cores](http://s-macke.github.io/jor1k/demos/main/index.html?cpu=smp&n=16) (unstable with inreasing cores) * Simple [demo](http://s-macke.github.io/jor1k/demos/simple.html) ### 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](http://simulationcorner.net) ### Contributors Gerard Braad [gbraad.nl](http://gbraad.nl) Ben Burns [github.com/benjamincburns](http://github.com/benjamincburns) Lawrence Angrave [github.com/angrave](http://github.com/angrave) Neelabh Gupta [github.com/neelabhg](http://github.com/neelabhg) [or1k specification]: http://opencores.org/or1k/Main_Page [project demo]: http://s-macke.github.com/jor1k/demos/main.html [project issues]: https://github.com/s-macke/jor1k/issues [project wiki]: https://github.com/s-macke/jor1k/wiki