From 2c8ad7f79807feb7e6f375c370ac942eebace323 Mon Sep 17 00:00:00 2001 From: Undefined Date: Sun, 16 Aug 2020 16:36:38 +0200 Subject: [PATCH 1/3] Added browser based hardware emulation section. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4be1bc90..cb9f840e 100644 --- a/README.md +++ b/README.md @@ -1005,6 +1005,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](https://bellard.org/jslinux) — 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. From eb7852ed6e1c922bd6e5f7f15e184a476e48b740 Mon Sep 17 00:00:00 2001 From: Adilson <9415675+dilsonnn@users.noreply.github.com> Date: Sun, 16 Aug 2020 16:40:32 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb9f840e..4dc2fdf7 100644 --- a/README.md +++ b/README.md @@ -1008,7 +1008,7 @@ Table of Contents ## 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](https://bellard.org/jslinux) — a OpenRISC virtual machine capable of running Linux with network support. + * [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 From 8f9efa1b342cc96e2ad2e81d70ffd25d96f38e0c Mon Sep 17 00:00:00 2001 From: Adilson <9415675+dilsonnn@users.noreply.github.com> Date: Tue, 18 Aug 2020 07:49:01 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4dc2fdf7..10adab94 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