home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / dos6.doc < prev    next >
Text File  |  1997-02-01  |  1KB  |  32 lines

  1.                            MS-DOS 6.0
  2.  
  3.  
  4.     MS-DOS 6.0 apparently does something different in the new
  5. version of EMM386.EXE. The command NOEMS acts differently than the
  6. command in version 5.
  7.  
  8.     The Microsoft MS-DOS 6 upgrade manual suggests, (in an odd
  9. place), on page 166 that you change the NOEMS statement to RAM.  
  10.  
  11. MEMORY PROBLEMS:
  12.  
  13.     CALLSIGN.EXE is written and compiled with Clipper.
  14. Clipper contains an built in virtual memory manager which allows
  15. a program larger than 640k to run within 640k of memory or smaller.
  16. The less memory available the more Clipper will swap pages in and
  17. out of memory. This will slow the program execution speed slightly.
  18. Clipper will use as much memory as is available at load time,
  19. including up to 8MB of expanded memory following the Lotus-Intel-
  20. Microsoft (LIM) Expanded Memory Specification version 3.2 or
  21. higher.
  22.  
  23.     CALLSIGN.EXE does not require expanded memory to run.
  24. EMM386.EXE does simulate expanded memory within extended memory.
  25. This could cause memory conflicts when CALLSIGN.EXE trys to page itself
  26. in and out of memory and cause the program to lose its place. This can be
  27. a hangup, skipping a portion of the program, or it could do something wrong.
  28. UNTIL we know more about this DOS6 EMM386.EXE problem, it probably is best 
  29. to use the BAT file DOS6.BAT. This will tell CALLSIGN.EXE to restrict itself
  30. to 640K and NOT USE expanded memory.
  31.  
  32.