remisharrock / c-programming-with-linux-MOOC-issues-tracker

7 stars 0 forks source link

weblinux enhancement? #667

Open deladan opened 3 years ago

deladan commented 3 years ago

The French Reunion university designed their own weblinux they used for a MOOC about Bash. In this weblinux, there is a clipboard letting one pastes commands into the terminal. Currently, it isn't possible to paste anything to your Weblinux, if I'm not mistaken. That would be a nice feature though.

remisharrock commented 3 years ago

indeed http://weblinux.univ-reunion.fr/ uses the same backend https://s-macke.github.io/jor1k/ but I disabled the "paste box" . Maybe I could add again this paste box somewhere. Another enhancement for weblinux would be to emulate an x86 processor instead of a RISC-V 1000 processor, like the one proposed by Fabrice Bellard https://bellard.org/jslinux/index.html or https://github.com/copy/v86 but that's a long-term project