JSLinux (2021/01/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 Changelog:
TinyEMU runs inside JSLinux using the (emulated) Linux KVM virtualization API (see the /opt/temu directory in the Alpine Linux x86 distribution)

http://bellard.org/jslinux/index.html

http://www.emucr.com/2021/01/jslinux-20210109.html