LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Emulating Windows using Qemu (https://www.linuxquestions.org/questions/linux-software-2/emulating-windows-using-qemu-195538/)

greek 06-20-2004 01:31 AM

Emulating Windows using Qemu
 
Any body know how to emulate WinXP and Win 2000 using Qemu. I wan to emulate the whole OS. I know it can be doine i just cant figire it out. The other OSes are installed on a seperate HD and ore each on 5 gig partitions.

mimithebrain 07-22-2004 04:07 PM

konsole<<<<<<<<<
su
**********
qemu /dev/hda
----------------

>>>windows<<< _0X
LILO |
|
linux |
linux-nonfb |
failsafe |
windows <=== |
-------------------------

press enter

tada!

greek 08-15-2004 12:13 AM

thanks

ill give that try.

sorry i didnt reply sooner ive been learning kernel programming.

mimithebrain 08-16-2004 11:41 AM

I have an idea for you

do this:

dd of=mycustomkernel_try_1 bs=1024 seek=25000 count=0
qemu hda=mycustomkernel_try_1

it's going to boot you custom kernel on a faked hd so you don't screw you true hd.

the file acts like a hd, when you boot on your faked hd, you 'real' hd doesn't make ANY sound at all, and doesn't interfere with you real kernel. When you satifyed with you kernel, you can't implement it on you real hd, your real system, knowing it is working!!

I love qemu, I got win95 working like a charm!

I had to fetch the cirrus driver to emulate correctly the monitor, after I iso-ed the directory with the driver, I typed
qemu -hda hd.img -cdrom iso/mydriver.iso
and the driver was in the cdrom place!!!

one -bad- thing, floppy emulation sux. cause I can't get it to work

gotta find a way to transmit data from win95 to linuxmdk9.2...


All times are GMT -5. The time now is 10:05 AM.