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