home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msr301.pch < prev    next >
Text File  |  2020-01-01  |  2KB  |  52 lines

  1. 301 \x204c ; File MSR301.PCH. No lines may precede this one.
  2. ; For MS Kermit/IBM-PC Version 3.01, Patches 1-11, 25 April 1990
  3. ; Put this file on your PC in the same directory with your MSKERMIT.INI file.
  4. ; Rename this file to be MSKERMIT.PCH.
  5. ; Then start MS-DOS Kermit and give the command PATCH, or give the
  6. ; command PATCH in MSKERMIT.INI.
  7. ;
  8. ; Patch 1 OPTIONAL. Use different video mode for Orchid Designer Professional
  9. ; VGA board when switching to 132 columns. Substitute new hexadecimal value of
  10. ; the video mode for the second "23" below. 23h is for Orchid Designer board.
  11. as:d05f 23 23
  12. ; Patch 2 Correct redirection of REMOTE command lines
  13. as:0000 00 83 06 2a 40 02 e9 1f 68 8b 3e 2a 40 03 f9 4f e9 67 69
  14. as:0012 00 ba d7 10 e9 18 23
  15. as:6823 ff e9 da 97 90
  16. as:6934 8b e8 db 96 90
  17. as:6973 8b e3 3e 90 e9 8f 96
  18. as:6987 49 90
  19. as:6996 41 90
  20. ; Patch 3 stop unwanted echo of path from CD command
  21. as:2be6 75 74
  22. ; Patch 4 correct rem login operation
  23. as:0018 00 be d8 0e bf e6 3f 51 8b c1 8b d7 e8 0a 23 3b c1 59 c3
  24. as:002a 00 bf f7 3f 51 8b c1 8b d7 e8 fb 22 3b c1 59 74 03 c6 04 20 c3
  25. as:5fd1 bf e8 56 a0
  26. ; Patch 5 correct ASK if used within a macro
  27. as:6cea a0 9e
  28. as:6d33 a0 9e
  29. as:6d69 a0 9e
  30. as:6d80 a0 9e
  31. as:6d88 a0 9e
  32. as:6d91 a0 9e
  33. ; Patch 6 fix CSI Pn G cursor command
  34. as:e01d 2c fe ca 79
  35. ; Patch 7 refix set log command within macros
  36. as:737a a0 9e
  37. as:7399 a0 9e
  38. as:742d a0 9e
  39. as:743a a0 9e
  40. as:744a a0 9e
  41. ; Patch 8 addition to Patch 3, remote login
  42. as:5fa0 be e8 75 a0 75 40 90
  43. ; Patch 9 Tek mode escape parser mechanism, accomodate illegal sequences
  44. cs:0000 00 c6 06 3b 85 00 c7 06 b7 02 00 00 c3
  45. cs:07e5 c6 e8 18 f8 90 90
  46. ; Patch 10 change Latin1 character set ident from I2/100 to I6/100
  47. bs:1639 32 36
  48. ; Patch 11 clear serial port buffer at start of a sending transaction
  49. as:4b35 5d 07 b5
  50. as:003e 00 e8 54 18 e9 ec 18
  51. ; End of file MSR301.PCH
  52.