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

One of the main applications of jor1k is teaching. It would be therefore nice to add a status-screen with statistics about syscalls, page faults, exceptions, network usage, filesystem usage, and...

enhancement

Several functions would need to be added to the buildscript - Concatenate - Uglify/minify

enhancement

I am a big fan of this project! I am thinking of integrating the emulator with an interaktive learning environment. Going through the code base, I noticed several opportunities to...

enhancement

Uploading a file and downloading a tar.gz is cool, but being able to mount a local directory would be interesting . On browsers supporting the files api, it is technically...

hello, I read in one of the docs that easiest way to add software to the linux image is to ask for it because of the custom build chain. Would...

In future there will be several projects based on jor1k. It is therefore mandatory to add a proper start page. Also an own website like www.jor1k.com would be more better...

enhancement

When I try: ltrace gcc --version I get: ~ $ ltrace gcc --version unexpected breakpoint at 0x5400 --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ ~ $ ^C...

Hello! I was wondering if the development libraries for GMP, MPFR, and MPC could be added. I would like to build a cross-compiler targeting `x86_64-elf`, but I need these libraries...

can I set up this program on my server? I tried to search but no result(I do not know node.js)?

Hello and a big thanks for you job ... I had take your emulator and adapt the filesystem for a eductionnal purpose : discover linux to my students You can...