home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / msvp98b1.lzh / MSSAAA.DSK < prev    next >
Text File  |  1993-05-14  |  4KB  |  77 lines

  1. MS-DOS KERMIT SOURCE DISKETTES, VERSION 3.12, SEPTEMBER 1992
  2.  
  3. This set of six  IBM PC MS-DOS 360K diskettes contains the source files for
  4. MS-DOS Kermit 3.12 for the IBM PC and PS/2 families and compatibles.  If you
  5. make fixes, changes, or additions to the code that would be of general
  6. interest, please send them back to Columbia University.  MASM 5.0 or later is
  7. required for assembly.  To build the program, you need Microsoft Make or
  8. the equivalent, Microsoft MASM 5.0 or later, and Microsoft C 5.0 or later.
  9. The files on these disks should be in your current hard-disk directory.
  10. To build MS-DOS Kermit, just type "make msvibm.mak".
  11.  
  12. This diskette contains the following files:
  13.  
  14. Diskette No.      Name           Size      Description
  15.  
  16. DISKETTE 1:       MSAAAA.HLP    13597      General file naming conventions
  17.                   MSSAAA.DSK     4044      This file
  18.                   MSUIBM.ASM    76880      Keyboard handling
  19.                   MSXIBM.ASM   192897      System-dependent code for IBM PC
  20.  
  21. DISKETTE 2:       MSYIBM.ASM   147278      System-dependent code for IBM PC
  22.                   MSZIBM.ASM   200584      System-dependent stuff for IBM PC
  23.  
  24. DISKETTE 3:       MSSCOM.ASM    59721      Communication port handing
  25.                   MSSFIL.ASM    82856      File handling
  26.                   MSSRCV.ASM    40357      Receive module
  27.                   MSGIBM.ASM   168461      Graphics module (Tektronix)
  28.  
  29. DISKETTE 4:       MSSSCP.ASM    77435      Script language
  30.                   MSSSEN.ASM    65307      Send module
  31.                   MSSSER.ASM    69851      Server module
  32.                   MSSTER.ASM    43723      Terminal emulation
  33.                   MSSKER.ASM    77986      Main program
  34.                   MSVIBM.MAK     3069      Makefile for Microsoft "MAKE"
  35.                   MSVIBM.LNK      225      Link command file
  36.  
  37. DISKETTE 5:       MSSSET.ASM    99730      SET command
  38.                   MSSSHO.ASM    80745      Show command module
  39.                   MSSCMD.ASM    76002      Command parser
  40.                   MSNPDI.ASM    57229      Packet Driver interface
  41.                   MSNTNI.ASM    18904      TELNET support code
  42.                   MSNUT1.ASM    12386      Utility functions
  43.  
  44. DISKETTE 6:       MSNBTP.C       8907      TCP/IP BOOTP protocol handler
  45.                   MSNDNS.C      16183      TCP/IP Domain Name Service handler
  46.                   MSNICM.C       9227      TCP/IP ICMP packet processor
  47.                   MSNLIB.C       7427      Our own C library
  48.                   MSNPKT.C       5840      Packet Driver interface
  49.                   MSNSED.C       4377      Ethernet Driver support routines
  50.                   MSNTCP.C      50707      TCP/IP protocol kernel
  51.                   MSNTND.C      20756      TCP/IP TELNET protocol driver
  52.                   MSNLIB.H       2368      Header file for C library
  53.                   MSNTCP.H      14664      TCP/IP protocol symbol definitions
  54.                   MSNARP.C      13337      TCP/IP ARP protocol handler
  55.                   MSSDEF.H      14944      Assembly symbol definitions
  56.  
  57. For a current list of available Kermit versions, documentation, ordering
  58. information, and a statement of commercial policy, write to:
  59.  
  60.   Kermit Distribution
  61.   Columbia University Center for Computing Activities
  62.   612 West 115th Street
  63.   New York, NY  10025
  64.  
  65. For user documentation for MS-DOS Kermit 3.11, consult "Using MS-DOS Kermit",
  66. Second Edition, by Christine M. Gianone, published by Digital Press, Bedford,
  67. MA, 1991, order number EY-H893E-DP.  The book includes a 5.25-inch MS-DOS
  68. Kermit 3.11 diskette.
  69.  
  70. For further information about Kermit, including the Kermit file transfer
  71. protocol specification, consult the book "Kermit, A File Tranfer Protocol" by
  72. Frank da Cruz, Digital Press, Bedford MA 01730 (1987), order number
  73. EY-6705E-DP, To order these books, call 1-800-343-8321 (USA, toll free).
  74.  
  75. These diskettes may be freely reproduced and shared, so long as it is not done
  76. for commercial gain.
  77.