Changes

Jump to navigation Jump to search
431 bytes added ,  02:02, 6 May 2009
monitor, VirtualBox
Line 1: Line 1:  
{{TOCright}}
 
{{TOCright}}
The [[wikipedia:QEMU|QEMU]] emulation environment, including the accelerators kqemu and kvm, lets you run a variety of software on your computer in a protected environment. This includes software that is incompatible with your operating system, and software for different processors. Another option is VMWare, commercial software with a no-cost runtime version.
+
The [[wikipedia:QEMU|QEMU]] emulation environment, including the accelerators kqemu and kvm, lets you run a variety of software on your computer in a protected environment. This includes software that is incompatible with your operating system, and software for different processors. Other options are [[VirtualBox]] (Free Software) and VMWare, commercial software with a no-cost runtime version.
    
==Use Cases==
 
==Use Cases==
Line 96: Line 96:     
$ kvm -m 512 -curses -hda hda.img
 
$ kvm -m 512 -curses -hda hda.img
 +
 +
==qemu monitor==
 +
 +
The key combination Ctl-Alt-2 (not F2) transfers you from your running virtual machine to the qemu command line. This lets you query the system, save and load snapshots, and perform other administrative tasts. See the qemu documentation for available commands. Unfortunately the process of saving snapshots is not reliable. It may appear to work, but create a corrupted image.
    
==Resources==
 
==Resources==
1,009

edits

Navigation menu