Difference between revisions of "Qemu"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
(Notes were all Linux-specific, so moved them to "qemu on linux" article)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Techniques]]
+
[[Computing]]: [[Emulators]]: [[Qemu]]
[[Techniques]]: Software: Emulators: [[Qemu]]
+
 
[http://qemu.org/ QEMU] is an open source processor emulator. It
+
[[Qemu]] is an open source processor emulator. It emulates a variety of different [http://qemu.org/status.html CPUs and systems], and achieves good speed by using dynamic translation.
emulates a variety of different [http://qemu.org/status.html CPUs and
+
==Reference==
systems], and achieves good speed by using dynamic translation.
+
* [http://qemu.org/ official homepage]
==Some Quick Notes==
+
* {{wikipedia|QEMU}}
*Creating the disk image: qemu-img create win98hd.img 2G qemu -hda
+
 
win98hd.img -cdrom win98.iso -boot d
+
==Articles==
For debian-derived host systems, if you want to use the kernel
+
*[[Qemu on Linux]]: setting up and using Qemu under Linux
make-qemu-go-fast module, you'll need to download the source from the
+
*[[Win98 in Qemu]]: installing and running [[Windows 98]] inside Qemu
website and compile it locally because cause there aren't packages for
 
it in [[apt]].
 
If you're wanting to run Win98 under qemu, this option is moot because
 
make-qemu-go-fast and Win98 don't get along.
 

Latest revision as of 17:11, 18 February 2006

Computing: Emulators: Qemu

Qemu is an open source processor emulator. It emulates a variety of different CPUs and systems, and achieves good speed by using dynamic translation.

Reference

Articles