home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / MEM_MAN / MEMHINTS.ZIP / QEMM6&D5.TXT < prev    next >
Text File  |  1991-12-25  |  5KB  |  127 lines

  1. This is the configuration on my computer using QEMM 6.0 and MS DOS 5.0 as of
  2. 12/25/91.  I am using a Gateway 2000 386/33C with 4megs of RAM and a 120MB IDE
  3. hard drive.  Using this configuration, I have 623.6K free (that's 638,608 bytes
  4. people).  The NOSH parameter in line 2 of my config.sys is to tell QEMM
  5. that I have no Shadow RAM.  One thing to do to get more memory is to keep the
  6. environment small.  Anything that is shown when you type SET at the prompt is
  7. in the environemt.  Make directory names that are put in the path short(the
  8. longer the path, the more memory that is used).  Keep your SET= statements to a
  9. minimum.  Also keep them simple.  Set LASTDRIVE to the lowest drive letter
  10. needed. I you have one HD partition, and don't plan on using a ramdrive place
  11. LASTDRIVE=C into you CONFIG.SYS. Other things to do in the CONFIG.SYS is to
  12. place FCBS=1 and STACKS=0,0 on separate lines.  Keep the number of files in the
  13. CONFIG.SYS down to the smallest that you need.  There is a program called
  14. FILES.COM included with QEMM.  If you load this up high in your AUTOEXEC.BAT,
  15. ad the additional number of files needed after FILES.  Using my example, you
  16. would take the 8 included in CONFIG.SYS and ad whatever it takes to reach the
  17. desired number of files.  I want 50 in my case and I used +42.  If you use this
  18. utility, the minimum files in the CONFIG.SYS must be 8, as this is the minimum
  19. allowable by MS-DOS.  The rest will be loaded high.  Also, use the LOADHI
  20. command that came with QEMM 386 to see what regions are use/available.
  21.  
  22. *******************************************************************************
  23.                                    CONFIG.SYS
  24.  
  25. BREAK=ON
  26. DEVICE=C:\QEMM\QEMM386.SYS R:1 RAM ROM NOSH ST:M
  27. DOS=HIGH
  28. STACKS=0,0
  29. FCBS=1
  30. FILES=8
  31. BUFFERS=2
  32. LASTDRIVE=C
  33.  
  34. *******************************************************************************
  35.                                   AUTOEXEC.BAT
  36.  
  37. @ECHO OFF
  38. PROMPT $P)
  39. PATH=C:\;C:\WINDOWS;C:\NDW;C:\PCTOOLS;C:\DOS;C:\NU;C:\QEMM;C:\UTILS;C:\PKZ;C:\A
  40. RJ;C:\VPC
  41. SET TEMP=C:\TMP
  42. EP /ON
  43. IMAGE
  44. C:\STAR\UTIL\VMODE MONITOR
  45. C:\UTILS\SPEEDER +
  46. C:\QEMM\LOADHI /R:1 C:\DOS\DOSKEY /HISTORY
  47. C:\QEMM\LOADHI /R:2 C:\QEMM\FILES +42
  48. C:\QEMM\LOADHI /R:2 C:\MOUSE\MOUSE.COM
  49. C:\QEMM\LOADHI /R:2 C:\WINDOWS\AD-DOS.COM
  50. C:\QEMM\LOADHI /R:2 C:\PCTOOLS\PC-CACHE/SIZEXT=512/WRITE=ON/V1/QUIET
  51. WIN :
  52.  
  53. C:\QEMM\LOADHI /R:2 C:\PCTOOLS\SWAPSH /N
  54. PCSHELL/R
  55.  
  56. *******************************************************************************
  57.                                 MI.COM (or MI/A)
  58.  
  59. Memory Info V7.1 (c)1991 Central Point Software, Inc.
  60.  
  61.         Total bytes owned
  62. Addr.  Low area  High area   Program or device driver
  63. -----  --------  ---------  --------------------------
  64. 0255h    3,072     98,304    Device=QEMM386   Attr=C000h  Name=EMMXXXX0
  65. 0361h    2,624        ..     COMMAND
  66. 0417h  638,608        ..     <largest free area>
  67.  ---- Begin High (Upper) Memory ----
  68. B001h      ..      13,216    Device=QEMM386   Attr=2838h  Units: 6400
  69. B33Ch      ..       8,288    EP
  70. B54Eh      ..       4,128    DOSKEY      /HISTORY
  71. D00Ch      ..       2,576    FILES
  72. D0AEh      ..      16,752    MOUSE
  73. D4C6h      ..       3,904    AD-DOS
  74. D5C7h      ..      15,664    PC-CACHE C:\PCTOOLS\PC-CACHE.COM/SIZEXT=512/WRITE=
  75. D990h      ..       9,232    SWAPSH   C:\PCTOOLS\SWAPSH.COM /N
  76.  
  77. 655,360 bytes (640k) total DOS 5.00 conventional memory.
  78. 638,608 bytes (624k) largest executable program.  148,304 bytes if loaded high.
  79.  
  80.      0  bytes Extended (AT/286/386) memory, reported by BIOS.
  81.  2,416k bytes free, reported by XMS driver version 3.0 (6.0).  HMA in use.
  82.  
  83.  3,584k bytes EMS 4.0 memory: 1,168k used + 2,416k free.  Page frame C000h.
  84.  
  85. *******************************************************************************
  86.                                      MEM/C
  87.  
  88. Conventional Memory :
  89.  
  90.   Name                Size in Decimal       Size in Hex
  91. -------------      ---------------------   -------------
  92.   MSDOS              10640      ( 10.4K)       2990
  93.   QEMM386             3072      (  3.0K)        C00
  94.   COMMAND             2624      (  2.6K)        A40
  95.   FREE                  64      (  0.1K)         40
  96.   FREE              638784      (623.8K)      9BF40
  97.  
  98. Total  FREE :       638848      (623.9K)
  99.  
  100. Total bytes available to programs :                           638848   (623.9K)
  101. Largest executable program size :                             638608   (623.6K)
  102.  
  103.    3670016 bytes total EMS memory
  104.    2473984 bytes free EMS memory
  105.  
  106.    3145728 bytes total contiguous extended memory
  107.          0 bytes available contiguous extended memory
  108.    2473984 bytes available XMS memory
  109.            MS-DOS resident in High Memory Area
  110.  
  111. *******************************************************************************
  112.  
  113. If there are any questions, comments, or if you have any other helpful memory
  114. hints, write me.
  115.  
  116.                                        Sean Martin
  117.                                        6044 Camino Alegre
  118.                                        El Paso, TX  79912
  119.  
  120. If you want a reply, please include a self addressed and stamped envelope.
  121. This would greatly help as I am just a poor college student.
  122.  
  123.  
  124.  
  125.                               Texas A&M University
  126.                    Fightin' Texas Aggie Class of 1995! WHOOP!
  127.