home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 6 / PCGAMER06.bin / bits / cheet / 1ostips.txt < prev    next >
Text File  |  1995-01-06  |  1KB  |  33 lines

  1. ~DOS Tips.
  2.  
  3. Well since the introduction a couple issues ago of this area, I
  4. have a wide arrangement of tips coming in most aimed at getting 
  5. yourself that important extra few Kilobytes of memory.  Here's 
  6. two options that will help you succeed this.
  7.  
  8.  
  9. Assuming that you have the line :-
  10.  
  11. DEVICE = C:\DOS\EMM386.EXE NOEMS  or similar
  12.  
  13. Add the the word HIGHSCAN to the end of the line and this should
  14. free about 10k-25k in the Upper Memory Bank (UMB).  Beware though
  15. as this may make some computers hang.
  16.  
  17. Eg.  DEVICE = C:\DOS\EM386.EXE NOEMS HIGHSCAN
  18.  
  19. Also by adding FRAME=E000 to the end of the line will move EMM386's
  20. frame to another address, thus gaining you an extra 64K (or so) in
  21. the UMB area.
  22.  
  23. Eg. DEVICE = C:\DOS\EMM386.EXE NOEMS HIGHSCAN FRAME=E000
  24.  
  25.  
  26. I have got both of these in my CONFIG.SYS and have freed at least
  27. 50K in the Upper Memory, not as much as I've been told but this
  28. will obviously depend on what else you are running, but 50K is a
  29. lot when it comes to getting a game to work due to a few K short
  30. of minimum....!!!
  31.  
  32. Thanks for this tip whoever you are...  Next time give me your name !
  33.