home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BM0406_A.ZIP / EMS.DOC < prev    next >
Text File  |  1994-04-06  |  2KB  |  44 lines

  1.  
  2.                      BusiMod(STUNY) (tm) mods and EMS
  3.                                BM0406-x.ZIP
  4.                                    v2.5
  5.  
  6. PDS BASIC v7.1 allows the creation of overlay .EXE files which will use
  7. available EMS memory or disk for swapping overlays in and out of memory.
  8. If you have 512K available EMS memory (each window for DESQview users),
  9. then the advantage to using the overlay method of linking is that you will
  10. free up to 420K memory to shell to when running your TEST.BAT file, doors or
  11. external protocols.  (One beta tester was able to achieve this 420K mark..
  12. the average amount of memory available is 270 - 320K)
  13.  
  14. Of course we never gain something without giving up something.  In order to
  15. utilize the EMS overlay version we must:
  16.  
  17. 1.  Have 512K EMS memory dedicated to RBBS in additon to the base 640K
  18.  
  19. 2.  You must set the READ ONLY attribute of the RBBS-PC.EXE file TO read
  20.     only if you wish to run multinode.  If you fail to do this, you will get
  21.     the message to insert the disk containing RBBS-PC.EXE if more than one
  22.     node tries to access the .EXE at the same time.  This can be done using
  23.     the ATTRIB.EXE command in DOS.  The command line to set the attribute to
  24.     read only would be:  ATTRIB +R RBBS-PC.EXE.
  25.     You must turn off the read only attribute if you wish to erase the file.
  26.     The command for this would be:  ATTRIB -R RBBS-PC.EXE.
  27.  
  28. 3.  Slightly slower execution as the overlays are swapped in and out of memory.
  29.     On 386 class machines on up this won't be noticable.  On slower 286 and
  30.     down machines, you may notice the program running slower.  If you attempt
  31.     to run the overlay version of RBBS without sufficient EMS memory it will
  32.     turn a fast 486 into an IBM PC running at 4mhz!  This is due to the time
  33.     involved in disk swapping.
  34.  
  35. If you decide you want to try the EMS version of RBBS, you need only run the
  36. supplied EMS-286.BAT file to compile and link an EMS overlay .EXE.  I have run
  37. the EMS version for over 6 months with no problems and highly recommend it if
  38. you have the available memory.  It's nice to have the extra memory to shell to
  39. for running SCAN, ZIPLAB, and other memory hungry programs without crashing or
  40. using utilities like SHROOM.
  41.  
  42.  
  43.  
  44.