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

  1. Here are copies of my CONFIG.SYS, AUTOEXEC.BAT, MI printout, and MEM /C
  2. printout.  Using this configuration, I got 616.0K (That's 630,784 bytes folks)
  3. of usable memory under 640K.  This is using the MS DOS 5.0/HIMEM.SYS/EMM386.EXE
  4. combination.  I am using a Gateway 2000 386/33C with 4megs of RAM and a 120MB
  5. IDE hard drive.  One thing to do to get more memory is to keep the environment
  6. small.  Anything that is shown when you type SET at the prompt is in the
  7. environemt.  Make directory names that are put in the path short(the longer the
  8. path, the more memory that is used).  Keep your SET= statements to a minimum.
  9. Also keep them simple.  Set LASTDRIVE to the lowest drive letter needed. I you
  10. have one HD partition, and don't plan on using a ramdrive place LASTDRIVE=C
  11. into you CONFIG.SYS. Other things to do in the CONFIG.SYS is to place FCBS=1
  12. and STACKS=0,0 on separate lines.  Keep the number of files in the CONFIG.SYS
  13. down to the smallest that you need.  There is also a PC Magazine utility called
  14. UMBFILES.COM that will place your files into the UMB.  If you use this utility,
  15. the minimum files in the CONFIG.SYS must be 8, as this is the minimum allowable
  16. by MS-DOS, and the rest will be loaded high.
  17.  
  18. *******************************************************************************
  19.                                    CONFIG.SYS
  20.  
  21. BREAK=ON
  22. DEVICE=C:\DOS\HIMEM.SYS
  23. DEVICE=C:\DOS\EMM386.EXE NOEMS
  24. DOS=HIGH,UMB
  25. STACKS=0,0
  26. FCBS=1
  27. FILES=30
  28. BUFFERS=2
  29. LASTDRIVE=C
  30.  
  31. *******************************************************************************
  32.                                   AUTOEXEC.BAT
  33.  
  34. @ECHO OFF
  35. PROMPT $P)
  36. PATH=C:\;C:\WINDOWS;C:\NDW;C:\PCTOOLS;C:\DOS;C:\NU;C:\QEMM;C:\UTILS;C:\PKZ;C:\A
  37. RJ;C:\VPC
  38. SET TEMP=C:\TMP
  39. EP /ON
  40. IMAGE
  41. C:\STAR\UTIL\VMODE MONITOR
  42. C:\UTILS\SPEEDER +
  43. LH C:\MOUSE\MOUSE.COM
  44. LH C:\DOS\DOSKEY /HISTORY
  45. LH C:\WINDOWS\AD-DOS.COM
  46. LH C:\PCTOOLS\PC-CACHE/SIZEXT=512/WRITE=ON/V1/QUIET
  47. WIN :
  48.  
  49. LH C:\PCTOOLS\SWAPSH /N
  50. PCSHELL/R
  51.  
  52. *******************************************************************************
  53.                                      MI.COM (or MI/A)
  54.  
  55. Memory Info V7.1 (c)1991 Central Point Software, Inc.
  56.  
  57.         Total bytes owned
  58. Addr.  Low area  High area   Program or device driver
  59. -----  --------  ---------  --------------------------
  60. 0255h    1,184        ..     Device=HIMEM     Attr=A000h  Name=XMSXXXX0
  61. 02A0h    8,400        ..     Device=EMM386    Attr=C000h  Name=$MMXXXX0
  62. 054Ah    2,624        ..     COMMAND
  63. 0600h  630,768        ..     <largest free area>
  64.  ---- Begin High (Upper) Memory ----
  65. C802h      ..       8,288    EP
  66. CA14h      ..      16,752    MOUSE
  67. CE2Ch      ..       4,128    DOSKEY      /HISTORY
  68. CF2Fh      ..       3,904    AD-DOS
  69. D030h      ..      15,664    PC-CACHE C:\PCTOOLS\PC-CACHE.COM/SIZEXT=512/WRITE=
  70. D3F9h      ..       9,232    SWAPSH   C:\PCTOOLS\SWAPSH.COM /N
  71.  
  72. 655,360 bytes (640k) total DOS 5.00 conventional memory.
  73. 630,768 bytes (616k) largest executable program.  40,176 bytes if loaded high.
  74.  
  75.      0  bytes Extended (AT/286/386) memory, reported by BIOS.
  76.  2,283k bytes free, reported by XMS driver version 2.0 (2.77).  HMA in use.
  77.  
  78. *******************************************************************************
  79.                                      MEM/C |MORE
  80.  
  81. Conventional Memory :
  82.  
  83.   Name                Size in Decimal       Size in Hex
  84. -------------      ---------------------   -------------
  85.   MSDOS              11952      ( 11.7K)       2EB0
  86.   HIMEM               1184      (  1.2K)        4A0
  87.   EMM386              8400      (  8.2K)       20D0
  88.   COMMAND             2624      (  2.6K)        A40
  89.   FREE                  64      (  0.1K)         40
  90.   FREE              630944      (616.2K)      9A0A0
  91.  
  92. Total  FREE :       631008      (616.2K)
  93.  
  94. Upper Memory :
  95.  
  96.   Name                Size in Decimal       Size in Hex
  97. -------------      ---------------------   -------------
  98.   SYSTEM            163840      (160.0K)      28000
  99.   EP                  8288      (  8.1K)       2060
  100.   SWAPSH              9232      (  9.0K)       2410
  101.   MOUSE              16752      ( 16.4K)       4170
  102.   DOSKEY              4128      (  4.0K)       1020
  103.   AD-DOS              3904      (  3.8K)        F40
  104.   PC-CACHE           15664      ( 15.3K)       3D30
  105.   FREE               40176      ( 39.2K)       9CF0
  106.  
  107. Total  FREE :        40176      ( 39.2K)
  108.  
  109. Total bytes available to programs (Conventional+Upper) :      671184   (655.5K)
  110. Largest executable program size :                             630768   (616.0K)
  111. Largest available upper memory block :                         40176   ( 39.2K)
  112.  
  113.    3145728 bytes total contiguous extended memory
  114.          0 bytes available contiguous extended memory
  115.    2337792 bytes available XMS memory
  116.            MS-DOS resident in High Memory Area
  117.  
  118. *******************************************************************************
  119.  
  120. If you have any questions, comments, or helpful memory hint, please write me.
  121.  
  122.  
  123.                                           Sean Martin
  124.                                           6044 Camino Alegre
  125.                                           El Paso, TX  79912
  126.  
  127. If you would like a reply, please send a self addressed stamped envelope.  This
  128. would greatly help as I am just a poor college student.
  129.  
  130.  
  131.  
  132.                               Texas A&M University
  133.                   Fightin' Texas Aggie Class of 1995!  WHOOP!
  134.