QEMU/Guests/Windows 1.x-2.x: Difference between revisions

No edit summary
The mouse doesn't work properly unless you use a driver from Windows 2.03 (even though Windows 1.04 includes an IBM Mouse driver, and QEMU can emulate it with the "<code>-serial msmouse</code>" option, it doesn't seem to work with Windows 1.) To get the mouse to work, copy a <code>mouse.drv</code> from a Windows 2 installation and place it into your Windows 1 installation. A zip containing this driver is available from [https://winworldpc.com/download/c2bacb86-c28d-c390-e280-a1c39411c3a4 WinWorldPC].
 
Make ana disk image by opening the Terminal (or Command Prompt) and typing this:
<pre>qemu-img create -f qcow2 DOS.img 32M</pre>