websemantics / linux.js

A personal playground for Jor1k, a OR1K Emulator running Linux.
https://websemantics.github.io/linux.js
8 stars 1 forks source link

Live demo no longer working #1

Open andrakis opened 5 years ago

andrakis commented 5 years ago

Hi,

The live demo no longer works. I think s-macke has changed the locations of the jor1k-sysroot directories, and as such both vmlinux.bin.bz and basefs.json fail to load.

The files currently attempting to be loaded are: https://websemantics.github.io/sys/or1k/vmlinux.bin.bz2 and https://websemantics.github.io/sys/or1k/basefs.json, which may not currently exist due to the slight change in where files are now expected to be in the jor1k repository.

The last working version of jor1k on my own project (jorconsole) is 2e0f0b27520582410b8c7205e6607ff0603125cc, but perhaps you will have more luck once your paths are corrected.

websemantics commented 5 years ago

Thanks for letting me know @andrakis, will try to fix it. Also, like what you've done with jorconsole, Docker.js style :)

andrakis commented 5 years ago

Thanks! I've got some work to do on it to get it working with jor1k master, but I still routinely use it to ensure my projects cross-compile to OR1000 - which they do :)

It's an interesting platform, and I'm still sad Debian dropped support for it.