home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / txt_item / moremem.txt < prev    next >
Text File  |  1991-12-16  |  2KB  |  70 lines

  1. In recent articles and letters in various computer magazines, I have found 
  2. various suggestions about how to increase RAM.  None of the suggestions, 
  3. however, would give the user as much memory as I currently have and use under 
  4. DESQview.   The Memory Status utility provided with DESQview indicates that I 
  5. have the following: 
  6.  
  7.  
  8.                       Total     Total       Largest 
  9.                       Memory    Available   Available 
  10.  
  11. Common Memory         14336      10266        7592 
  12.  
  13. Conventional Memory    677K       669K        668K 
  14.  
  15. Expanded Memory       4080K      2800K        656K 
  16.  
  17.  
  18. Note that the figure in the lower right-hand corner indicates that there is a 
  19. total of 656K of memory to use in !any! window under DESQview, more than 
  20. enough to run any DOS program. 
  21.  
  22. There is no magic trick to getting this memory.  In fact, if I spent a lot of 
  23. time tinkering with the programs I use, I might well be able to increase RAM 
  24. even more.  I use the following programs QEMM and 4DOS from J.P. Software as a 
  25. replacement for COMMAND.COM and the following lines in my AUTOEXEC.BAT and 
  26. CONFIG.SYS files. 
  27.  
  28.  
  29. CONFIG.SYS 
  30.  
  31. DEVICE=C:\QEMM\QEMM386.SYS RAM /ST:M /maps=9 /i=0C00-0FFF /extmem=1024 
  32. rem Extended Memory will be used for PC-Cache DOS=HIGH,UMB 
  33. BUFFERS=1 
  34. FILES=13 
  35. FCBS=1,0 
  36. STACKS=26,128 
  37. rem STACKS command according to PCTOOLS 
  38. LASTDRIVE=E 
  39. DEVICE=C:\QEMM\LOADHI.SYS /R:2 C:\DOS\DRIVER.SYS /D:0/F:0/T:40 
  40. rem Allows D: to be used to access Drive A: as a 360K drive 
  41. DEVICE=C:\QEMM\LOADHI.SYS /R:2 C:\DOS\DRIVER.SYS /D:1/F:2/T:80 
  42. rem Allows E: to be used to access Drive B: as a 720K drive 
  43. DEVICE=c:\qemm\loadhi.sys /sqf c:\tools\pctools\vdefend.sys 
  44. rem VDEFEND.SYS is an anti-viral program included with PC-TOOLS 7.1 
  45. SHELL=C:\4dos\4dos.com c:\4dos /P 
  46.  
  47.  
  48. AUTOEXEC.BAT 
  49.  
  50. set temp=c:\dos 
  51. c:\qemm\loadhi c:\4dos\kstack.com 
  52. rem KYSTACK.COM is a utility provided with 4DOS 
  53. c:\qemm\loadhi /r:2 \tools\pctools\pc-cache /sizext=1024 
  54. c:\qemm\loadhi /r:2 c:\qemm\BUFFERS=4 
  55. c:\qemm\loadhi /r:1 lastdrive=z 
  56. c:\qemm\loadhi /r:1 fcbs=16,8 
  57. c:\qemm\loadhi /r:2 files +17 
  58.  
  59.  
  60. Additional Info: 
  61.  
  62. My system is a 20Mhz 386 from Northgate, running MS-DOS 5.0. 
  63.  
  64. You can get QEMM from a variety of software suppliers. 
  65.  
  66. 4DOS is a wonderful shareware program; it can be found on various BBS's, 
  67. including Channel 1, where the latest version can be found among the free 
  68. files that that BBS offers (617) 354-8873. 
  69.  
  70.