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.
The emulator now works in Internet Explorer 9.
Recent Changelog:
- display boot time
- faster emulation
- added some missing instructions (bcd support, XLAT, BOUND)
- easier customization possible (see jslinux.js file).
Source: Here
0 Comments
Post a Comment