JSLinux (2018/09/09) is released. Run Linux or other Operating Systems in your browser! The JavaScript PC Emulator using the W3C Typed Arrays code is available in some browsers. The program was tested on Firefox and Chrome 11 to 4 on both Linux, Mac and Windows.

It emulates a PC with the following components:
- A 32-bit x86-compatible CPU, near a 486 without FPU
- A programmable interrupt controller 8259,
- A Programmable Timer Interrupt 8254,
- A chip UART 16450,
- A real time clock.
The emulated computer loads a version of Linux 2.6.20, which contains an FPU emulator. To make this functional operating system, a full MMU was implemented.

JSLinux (2018/09/09) Changelog:
Added RISC-V 64 bit Buildroot image with X Window support
Removed link to RISC-V 32 bit images
http://bellard.org/jslinux/index.html

via http://www.emucr.com/2018/09/jslinux-20180909.html