home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / forth / forthed.arc / README < prev    next >
Text File  |  1987-09-14  |  1KB  |  37 lines

  1.                                               Sept. 14,1987
  2.  
  3. PC-Forth normally captures the BIOS control-break interrupt. This
  4. works fine with PC-DOS, but may not be appropriate for MS-DOS. If
  5. you have a problem with the control-break capture (crashing when
  6. you do a control-break from DOS), it can be disabled as follows:
  7.  
  8.     0. BIOS^BREAK 2!  INCLUDE SAVE-SYS.SCR  (save new copy)
  9.  
  10. This should be done to both PC-FORTH.COM and FED.COM (re-boot
  11. DOS after this step).
  12.  
  13. Another difference between PC-DOS and some versions of MS-DOS is
  14. in DISKCOPY and DEBUG.  The PC-DOS versions work fine with my
  15. stand-alone diskettes but not all MS-DOS versions work.  For some
  16. reason the MS-DOS versions seem to want a standard boot-sector.
  17. Why DISKCOPY and DEBUG (in the direct-sector read/write mode)
  18. should care is a question for Microsoft!  In any case, the
  19. stand-alone diskette can be copied by using the DUPLICATE command
  20. in the stand-alone PC-Forth.
  21.  
  22.     Syntax: 1st-blk# #blks DUPLICATE  (copies from A: to B:).
  23.  
  24. The programs FED.COM and FED.OVL are commercial products, please
  25. treat them as such. Thanks!
  26.  
  27. The current versions (V1.55) of the Forth programs are being
  28. placed in the public domain.  Anyone interested in the source
  29. code for them can obtain it by sending a check for $25.00 to the
  30. author.
  31.  
  32. Guy M. Kelly
  33. 2507 Caminito La Paz
  34. La Jolla, CA 92037
  35.  
  36. (619) 454-1307
  37.