QEMU/Guests/MS-DOS 3.30: Difference between revisions

Jump to navigation Jump to search
No edit summary
When that's done, start up QEMU with a command like the following:
 
<codepre>qemu-system-i386 -m 1M -hda DOS.img -net none -vga std -monitor stdio -rtc base=localtime -fda /path/to/dos3.3-disk1.img</codepre>
 
Pretty basic command here since you really don't need anything for DOS. We disable the network since this version of DOS can't use it anyway (newer versions can use a packet driver).

Navigation menu