PDA

View Full Version : Virtual Machine Program Live!



adamherb
09-25-2004, 02:46 AM
Does anyone know of a virtual machice program (open source) that can be run easily with knoppix live? I am a newbie and dont really know what to do for an install.

Thanks for Your Help! :D

probono
09-25-2004, 03:22 AM
http://fabrice.bellard.free.fr/qemu/

QEMU is a processor emulator using dynamic translation to achieve good emulation speed.

QEMU has two operating modes:

Full system emulation. In this mode, QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different Operating Systems without rebooting the PC or to debug system code.
User mode emulation (Linux host only). In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU.