diff --git a/README.md b/README.md index 0e4e38c8..fb22ca67 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Table of Contents * [Visitor Session Recording](#visitor-session-recording) * [Web Hosting](#web-hosting) * [Commenting Platforms](#commenting-platforms) + * [Browser based hardware emulation](#browser-based-hardware-emulation-written-in-javascript) ## Major Cloud Providers @@ -1006,6 +1007,12 @@ Table of Contents * [screenshotmachine.com](https://www.screenshotmachine.com/) — Capture 100 snapshots/month, png, gif and jpg, including full-length captures, not only home page * [WWW2PNG](https://www2png.com/) - Capture screenshots of any website with basic customization. Includes automatic blockchain anchoring and full page capture. Completely free service. +## Browser based hardware emulation written in Javascript + + * [JsLinux](https://bellard.org/jslinux) — a really fast x86 virtual machine capable of running Linux and Windows 2k. + * [Jor1k](http://s-macke.github.io/jor1k/demos/main.html) — a OpenRISC virtual machine capable of running Linux with network support. + * [v86](https://copy.sh/v86) — a x86 virtual machine capable of running Linux and other OS directly into the browser. + ## Miscellaneous * [Code Time](https://www.software.com/code-time) - an extension for time-tracking and coding metrics in VS Code, Atom, IntelliJ, Sublime Text, and more.