Qemu on Linux: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary
 
No edit summary
Line 3: Line 3:
This article is about setting up and running the [[Qemu]] emulator on
This article is about setting up and running the [[Qemu]] emulator on
[[Linux]].
[[Linux]].
==Setup Notes==
==Notes==
I had Bochs working using an .img file as the Windows c:\ drive, and
When [[Bochs]] mysteriously stopped being able to run [[Windows
then it mysteriously stopped working (probably due to an Ubuntu
98|Win98]], I found that Qemu was able to use the exact same .img file
upgrade) so I'm taking notes as I rebuild the .img file to (hopefully)
Bochs had been using, and it did manage to load Win98 quite easily. It
fix the problem.
would appear, then, that the setup for Qemu on Linux is probably quite
Some notes I took last time (will explain them when I figure out what
similar to that of [[Bochs on Linux|Bochs]].
they mean): [[Linux:mknod|mknod]] /dev/loop0
[[Linux:modprobe|modprobe]] loop /sbin/[[Linux:losetup|losetup]]
/dev/loop0 /home/woozle/win98/c.img
"Edit /etc/[[Linux:fstab|fstab]] -- set up /dev/loop0 just like D
drive" [[Linux:mount|mount]] /dev/loop0 [[Linux:mknod|mknod]] /dev/tap0
c 36 16
"Next time: try tuntap"

Revision as of 17:16, 25 June 2005

Template:stub Techniques: Qemu on Linux This article is about setting up and running the Qemu emulator on Linux.

Notes

When Bochs mysteriously stopped being able to run [[Windows 98|Win98]], I found that Qemu was able to use the exact same .img file Bochs had been using, and it did manage to load Win98 quite easily. It would appear, then, that the setup for Qemu on Linux is probably quite similar to that of Bochs.