TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

TinyEMU, a RISC-V/i486 VM for Linux in the Browser

130 pointsby aparashkover 6 years ago

7 comments

jstanleyover 6 years ago
Interestingly the VM seems to have internet access via a DigitalOcean instance:<p>&gt; Access to Internet is possible inside the emulator. It uses the websocket VPN offered by Benjamin Burns (see his blog[0]). The bandwidth is capped to 40 kB&#x2F;s and at most two connections are allowed per public IP address. Please don&#x27;t abuse the service.<p>[0] <a href="http:&#x2F;&#x2F;www.benjamincburns.com&#x2F;2013&#x2F;11&#x2F;10&#x2F;jor1k-ethmac-support.html" rel="nofollow">http:&#x2F;&#x2F;www.benjamincburns.com&#x2F;2013&#x2F;11&#x2F;10&#x2F;jor1k-ethmac-suppor...</a>
评论 #18337867 未加载
评论 #18337893 未加载
评论 #18412459 未加载
m4r35n357over 6 years ago
This guy is also responsible for Qemu and FFMPEG. <a href="https:&#x2F;&#x2F;bellard.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bellard.org&#x2F;</a>
molticrystalover 6 years ago
I love the projects this person works on, usually full or close to full implementations in very small amounts of code.<p>The one I first learned about was Tiny C Compiler. It is discontinued now, but it is an about 100K compiler,linker,assembler that can compile many programs like the links browser. <a href="https:&#x2F;&#x2F;bellard.org&#x2F;tcc&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bellard.org&#x2F;tcc&#x2F;</a><p>If that is too large, you can go with the project that inspired it, the Obfuscated Tiny C Compiler, a 2048 byte compiler that supports a subset of C. <a href="https:&#x2F;&#x2F;bellard.org&#x2F;otcc&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bellard.org&#x2F;otcc&#x2F;</a><p>All these projects are great for learning from.
评论 #18334881 未加载
equaluniqueover 6 years ago
The fact that I was able just now to run an X session on a RISC-V VM &amp; direct the Dillio browser to Google - I did not even know these things were possible today. Pretty excited.
dmos62over 6 years ago
His online scientific calculator is great!<p><a href="http:&#x2F;&#x2F;numcalc.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;numcalc.com&#x2F;</a>
saagarjhaover 6 years ago
I don’t see anything about running this in the browser on that page. Is there a place to demo this somewhere?
评论 #18334683 未加载
评论 #18334687 未加载
评论 #18338120 未加载
jetzzzover 6 years ago
For some reason x86 emulator is not open-source. If you download source, x86 is just stubbed out.
评论 #18336246 未加载