home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 24b / moredos.zip / MOREDOS.DOC < prev   
Text File  |  1987-11-05  |  2KB  |  26 lines

  1. PROGRAM: MOREDOS.COM
  2. AUTHOR: Keith P. Graham
  3. CONTACT: PC-Rockland BBS (914) 623-2176
  4. DESCRIPTION: MOREDOS is another variation on a series of utilities to
  5. increase the DOS limit above 640k. This works with ordinary memory
  6. cards for PC/XT's. On PC's set the memory switches as low as possible
  7. and then run MOREDOS. This will prevent the DOS memory count which
  8. can take so long. This is not applicable to XT's and clones which
  9. have no switches for memory. This will work on both PC's and XT's
  10. which have memory expansion cards which are switch selectable to
  11. address memory above 640K, Set the boards so that they will go up to
  12. the graphics card buffer (B000 for mono, B800 for color). MOREDOS
  13. will automatically check up to 704k (B800) for other than this default
  14. the form of moredos is MOREDOS n where n is the number of 32k memory
  15. areas to check. To check up to 640k only (for EGA users) enter
  16. MOREDOS 0. For machines without displays and full memory up to C000
  17. then enter MOREDOS 4. For CGA systems enter MOREDOS 3.
  18. OPERATION: MOREDOS.COM turns of NMI and the does reads and writes
  19. to memory until the read/write fails. It then updates the BIOS
  20. memory area and the DOS memory allocation blocks to reflect the
  21. new memory. If there is a command line parameter of 0 to 4 it will
  22. limit its search to the number of 32k blocks above 640k as indicated
  23. by the command line. MOREDOS is not memory resident and can be entered
  24. at any time, although it should confuse the hell out of Doubledos and
  25. similar programs if not run first in the autoexec.bat.
  26.