Skip to content

Instantly share code, notes, and snippets.

@jihan917
Created January 11, 2013 07:03
Show Gist options
  • Save jihan917/4508574 to your computer and use it in GitHub Desktop.
Save jihan917/4508574 to your computer and use it in GitHub Desktop.
config.sys (for qemm386/desqview)
rem for the sake of compatibility, use ms-dos 6.22 and qemm386 8.03
rem do *not* load himem.sys
rem parameters needed for virtual machine (c.f. http://kb.vmware.com/kb/1102)
device=qemm386.sys ram xbda:n p:vme:n
rem do *not* load dos high
files=40
buffers=10,0
rem minimal file control blocks
fcbs=1,0
rem disable stack switching for hardware interrupt
stacks=0,0
rem desqview should work with the above configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment