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

 
===Setting up===
Make a disk image by opening the Terminal (or Command Prompt) and typing this:
<pre>qemu-img create -f qcow2 DOS.img 32M</pre>
 
'''32M''' can be replaced with however big you want the hard drive to be (with M standing for Megabytes). Windows 2 is an extremely old OS so space should be of no concern.
 
After installing DOS, start QEMU up:
<pre>qemu-system-i386 -m 1M -hda DOS.img -net none -vga std -name "Windows 2.0 (x86)" -monitor stdio -display sdl -rtc base=localtime</pre>