PWP wiki processor

Qemu

| StartPage | WikiPages | AdditionalFiles |

Installation and configuration

»Qemu is a great new piece of software that allows emulation of an operating system (several of them, including windows) from a host operating system. This is useful for running pesky apps that only work on windows (or other) operating systems.

Installation and configuration

the qemu »homepage discusses installation on many platforms, which isn't hard. Configuration is a little tricky. This example describes the setup of windows 2000 (guest os) on a linux machine (host os) with Qemu v 0.60.

dd of=qemu_image.img bs=1024 seek=4000000 count=0

qemu -hda qemu_image.img -cdrom /dev/cdrom -boot d -user-net

qemu -hda qemu_image.img -boot c -user-net

qemu -hda qemu_image.img -boot c -user-net -cdrom /dev/cdrom

   (Powered by PWP Version 1-4-3 )