home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1998 February / Tuning-CD.bin / hardtun / DOS / MEMSTRT / MEMSTRT.EXE / MEMSTRAT.DOC next >
Encoding:
Text File  |  1993-02-13  |  2.1 KB  |  60 lines

  1. Memstrat 1.01 (c) Guido Klemans 13-02-1993
  2.  
  3. Usage : MEMSTRAT [n|I|C|L]
  4.  
  5. I : display more info about memory allocation strategy
  6. C : display current memory allocation strategy
  7. L : display software licence
  8. n : change memory allocation strategy, n can have one of the following values :
  9.  
  10.     1 = First fit low
  11.     2 = Best fit low
  12.     3 = Last fit low
  13.     4 = First fit high
  14.     5 = Best fit high
  15.     6 = Last fit high
  16.     7 = First fit high only
  17.     8 = Best fit high only
  18.     9 = Last fit high only
  19.  
  20. Changing memory allocation strategy can result in a more effective use of
  21. available memory, not all strategies are available on some configurations.
  22.  
  23. Explanation of the different memory allocation strategies
  24.  
  25. The strategies can be divided into three groups
  26.  
  27. Fit low      : search conventional memory (DOS default)
  28. Fit high     : search upper-memory first, then conventional memory
  29. Fit high only: search upper-memory only
  30.  
  31. Each of these three can be divided in to three groups
  32.  
  33. First fit: search the memoryblock with the lowest address large enough
  34.            to contain the program or data (DOS default)
  35. Best fit : search the block that most closely resembles the required size
  36. Last fit : search the block with the highest address large enough
  37.  
  38. These groups make up the nine combinations listed above.
  39.  
  40. Licence:
  41.  
  42. Distribution:
  43. No price or other compensation may be charged for this software.
  44. Subscription BBSs may only charge standard connect-time rates or membership
  45. fees. Diskette distribution cost for handling, media and shipping
  46. may be charged, as long as the total per disk does not exceed US $8.00.
  47. Vendors who wish to distribute this software as part of a collection
  48. such as PsL's, MegaDisk or CD-ROM package, may do so. If this software
  49. is over one year old, a more current version will probably be available
  50. from the author.
  51.  
  52. Use:
  53. The author will not be liable for any damage rising form the use, misuse or
  54. inability to use this software. By using the software you agree to this.
  55.  
  56. Guido Klemans
  57. A. v. Egmondstr. 41
  58. 5037 CR Tilburg
  59. The Netherlands
  60.