Difference between revisions of "Qemu on Linux"

From HypertWiki
Jump to navigation Jump to search
 
(moved to htyp)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}
{{to htyp}}
[[Techniques]]: [[Qemu on Linux]]
 
This article is about setting up and running the [[Qemu]] emulator on [[Linux]].
 
==Setup Notes==
I had Bochs working using an .img file as the Windows c:\ drive, and then it mysteriously stopped working (probably due to an Ubuntu upgrade) so I'm taking notes as I rebuild the .img file to (hopefully) fix the problem.
 
Some notes I took last time (will explain them when I figure out what 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"

Latest revision as of 17:15, 14 October 2005

VYPLGO2.64pxh.png This page has been moved to HTYP, the HyperTwin Yellow Pages.