Tampilkan postingan dengan label Emulator. Tampilkan semua postingan
Tampilkan postingan dengan label Emulator. Tampilkan semua postingan

Selasa, 05 Juli 2011

Javascript PC Emulator Runs Linux

Fabrice Bellard, creator of the multiple architecture emulator QEMU and FFmpeg, amongst other open source projects, has unleashed his Javascript powered PC emulator. In its current state, it boots a stripped down, text mode Linux implementation and runs within a modern browser. Interesting curio or a potentially useful tool?


Fabrice Bellard, creator of the multiple architecture emulator QEMU and FFmpeg, amongst other open source projects, has unleashed his Javascript powered PC emulator. In its current state, it boots a stripped down, text mode Linux implementation and runs within a modern browser. Interesting curio or a potentially useful tool?


View the original article here

Senin, 30 Mei 2011

A PC Emulator in Javascript - Run Linux In Your Web Browser

Fabrice Bellard has developed a PC emulator (Virtual machine) using Javascript that runs a version of Linux in your web browser.

You can run a variety of Linux commands in the emulator. Since its initial release on May 16 2011, this project has seen some feature additions namely - a clipboard to exchange data between the VM and the host, and support for Opera and Internet Explorer apart from Firefox.

The clipboard is seen as /dev/clipboard in the emulator. You can use this clipboard to easily transfer data from your host machine to the virtual machine (and vice versa) as explained in the FAQ.

Do check it out. It is really a cool demonstration of the power of Javascript.


View the original article here

Jumat, 27 Mei 2011

OpenGL ES Support For QEMU Emulator

One of the items brought up this week at UDS Budapest was about providing OpenGL / OpenGL ES support for QEMU guests. The need for OpenGL ES 2.0 support in QEMU guests has come up since it's used in emulating Maemo / MeeGo for development environments. This would also make it possible to use Canonical's Unity desktop in a virtualized environment...


View the original article here