home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ccdos / ccaaaahlp.txt next >
Text File  |  2020-01-01  |  4KB  |  97 lines

  1. CC-DOS Kermit Distribution Notes, July 1991
  2.  
  3. Welcome to CC-DOS(/MS-DOS) Kermit ! 
  4.  
  5. I hope you would like this version of Kermit.  First,a few words about the 
  6. program. Please read MSKERM.DOC and this will give you an idea of how this 
  7. version works. I have not edited that file, it is the MS-DOS distribution 
  8. version, but most of what it says still applies.
  9.  
  10. I translate the MS-DOS Kermit Version 2.32/A into a Chinese version which is
  11. named as CC-DOS Kermit (CCKermit, the prompt is Kermit-CC) and can run under
  12. either MS-DOS or CC-DOS (Chinese Code DOS). The CC-Kermit has such a feature
  13. that when it runs under MS-DOS, it is completely the MS-Kermit 2.32, but when
  14. it runs under CC-DOS, ALL messages on the display are Chinese and screen
  15. display mode is also modified. So if you know little English, you can also
  16. operate this Kermit successfully.
  17.  
  18. There are a lot of versions of CC-DOS, such as LIANXIAN, STCDOS, CCDOS213, 
  19. GWCDOS and so on, and among these versions many differences exist on screen 
  20. display mode.the CC-Kermit version 2.32 can properly run on most of CC-DOS 
  21. versions. In case you find it can't run on your machine, please tell me 
  22. immediately. I would like to help you and ,ake the program more satisfactory.
  23.  
  24. The file names of the source programs of the MS-Kermit 2.32 are renamed in 
  25. this version, cc*.* replased for ms*.*. In additional, I put the code segment 
  26. and data segment in a source file to two files, cc*.asm including code segment 
  27. and cc*.dat including data segment.
  28.  
  29. Original Name       Distribution Name                   Comments
  30.  (MS*.*)            (CC*.*)
  31.  
  32.  MSSDEF.H           CCSDEF.H 
  33.  MSYIBM.ASM         CCYIBM.ASM  CCYIBM.DAT
  34.  MSSSER.ASM         CCSSER.ASM  CCSSER.DAT
  35.  MSSTER.ASM         CCSTER.ASM  CCSTER.DAT
  36.  MSSFIN.ASM         CCSFIN.ASM  
  37.  MSZIBM.ASM         CCZIBM.ASM  CCZIBM.DAT
  38.  MSSCOM.ASM         CCSCOM.ASM  CCSCOM.DAT
  39.  MSGIBM.ASM         CCGIBM.ASM  CCGIBM.DAT
  40.  MSSFIL.ASM         CCSFIL.ASM  CCSFIL.DAT
  41.  MSSSEN.ASM         CCSSEN.ASM  CCSSEN.DAT
  42.  MSSRCV.ASM         CCSRCV.ASM  CCSRCV.DAT
  43.  MSSSCP.ASM         CCSSCP.ASM  CCSSCP.DAT
  44.  MSUIBM.ASM         CCUIBM.ASM  CCUIBM.DAT
  45.  MSHKOS.ASM         CCHKOS.ASM  CCHKOS.DAT
  46.  MSSSET.ASM         CCSSET.ASM  CCSSET1.DAT  CCSSET2.DAT
  47.  MSXIBM.ASM         CCXIBM.ASM  CCXIBM.DAT
  48.  MSSCMD.ASM         CCSCMD.ASM  CCSCMD.DAT
  49.  MSSKER.ASM         CCSKER.ASM  CCSKER.DAT
  50.                     CCHKOS.ASM                      ; check DOS status
  51.  MSKERMIT.INI       CCKERMIT.INI
  52.  MSKERMIT.EXE       CCKERMIT.EXE
  53.  
  54.  
  55. ****PROBLEMS AND LIMITATIONS****
  56.  
  57. - The screen display size is adjusted under CC-DOS. As different CCDOS versions
  58.   have their different screen rows, such as 11 rows, 16 rows, 20 rows or 25 
  59.   rows, The size of the screen message window is formalized into 11 rows when 
  60.   SEND,RECEIVE, GET and SERVER commands are operated.
  61.  
  62. - The function of terminal emulating under CC-DOS is imperfect. Some control 
  63.   keys probably cause screen disorder. I suggest  you to use 'set terminal 
  64.   vt102'.
  65.  
  66. - Use 'set key off' and 'set display 8' under CC-DOS. As a Chinese character 
  67.   is represented in two 8-bit bytes, it is necessary to set 8-bit character 
  68.   display and to read char through DOS function call, INT 21h.
  69.  
  70. - Limitation exists for different display adapters. As we know, there are many 
  71.   kinds of display adapters, such as CGA, EGA, VGA, MDA, etc. 
  72.   It is no problems when you run CC-Kermit under MS-DOS. Nevertheless problems 
  73.   probably ocurr when it runs under CC-DOS. The reason is that Chinese 
  74.   characters are displayed on the 
  75.   screen as graphic mode, not char mode. So under CC-DOS any attempt to write 
  76.   video buffer directly used in MS-Kermit will be failed. In Additional,
  77.   video buffer operation in BIOS is different to different adapters.When 
  78.   the module "ccyibm.asm" is assembled, a MASM /D option "CGA" must be used 
  79.   if you want to build a kermit.exe program running on a machine with a CGA 
  80.   or MDA adapter under CC-DOS. 
  81.  
  82.  
  83. There are still things wrong in this version, but the list above should get 
  84. you started!  If you find bugs, please contact with me. I am going to do my 
  85. best on this project as time permits.
  86.  
  87.  
  88. Quanfang Zhang 
  89. Computer Network Research Lab
  90. Dept. of Comp. Sc. & Eng.
  91. Zhejiang University
  92. Hangzhou 310027
  93. P. R. China
  94.  
  95. Tel: (571)572244 ext 2400 or (571)761211
  96. Email: BMAZUNET@ICA.BEIJING.CANET.CN
  97.