jor1k icon indicating copy to clipboard operation
jor1k copied to clipboard

Online OR1K Emulator running Linux

Results 50 jor1k issues
Sort by recently updated
recently updated
newest added

[http://s-macke.github.io/jor1k/demos/main.html](http://s-macke.github.io/jor1k/demos/main.html ) Clipboard input not accept `command+v` shortcut on Mac OS + Safari 13.0.2,I must use right click to invoke the context menu to paste.

Android run vmis

Would it be possible to bypass the need for a constant connection to a private websockets server if one is trying to communicate between Jor1k clients, by implementing PeerJS?

When trying to start the RISC-V simple demo, I got stuck in this page. Here is the console output: ``` Error with Permissions-Policy header: Unrecognized feature: 'interest-cohort'. riscv.html:6 Mixed Content:...

For the simple C++ code, G++ display error message of " segmentation fault". #include #include using namespace std; int main() { string s; cin >> s; cout

I'd like to rebuild jor1k w/ the latest linux kernel. My intention is to experiment w/ the wireguard protocol just added to the linux kernel, and run it over jor1k...

Can you please point me to any info that would enable me to work with htrace debugging of jor1k? Thanks!