home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / d / k6aaaa.hlp < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Date: Sun, 12 Jul 87 15:35 N
  2. From: <BAGNARA@IBOINFN.BITNET> (Roberto Bagnara)
  3. Subject: Kermit68K release 1.0, file K6AAAA.HLP
  4.  
  5.                     *** A small important request ***
  6.  
  7. Here we have Kermit68K prerelease 1.0.00, not well checked and completed
  8. as I wanted. The main problem I've met was to find implementors for the
  9. system dependent part of the program. Furthermore, most of the persons
  10. who got in touch with me, although apparently interested, caused me to
  11. lose time and nothing else.
  12.  
  13. All but one, indeed; Steve Williams, Texas University at Austin, has done
  14. an excellent job on the system dependent part for the OS9 operating system.
  15. I hope, by prereleasing Kermit68K at this time, to involve experts of other
  16. operating systems/machines, failing this I'll write by myself the system
  17. dependent part for CP/M-68K and VERSADOS (I have access to two such systems).
  18.  
  19. If you read the draft manual of Kermit68K (K6GMAN.DOC) you understand
  20. that Kermit68K has been designed and written to be (among other things)
  21. portable. This means that it can be implemented on any operating system
  22. (really also on machines without an operating system).
  23.  
  24. People willing to try other implementations of Kermit68K (for example under
  25. UniFLEX, PDOS, VERSADOS, CPM/68K etc.) shouldn't hesitate to contact me at
  26. any time (my addresses are at the bottom of this file).
  27. The type and amount of work necessary is deducible by reading the file
  28. K6GSYS.ASM.
  29.  
  30.                     *** File naming scheme ***
  31.  
  32. The naming scheme of the Kermit68K distribution set files is
  33.  
  34.                      K6sccc.ttt
  35.  
  36. where:
  37.  
  38. K6      is the two-character prefix that identifies the Kermit68K files
  39.  
  40. s       denotes which system the file applies to:
  41.           A for files that contain descriptive material and explain various
  42.             things  of general  interest,  these files  appear first  in an
  43.             alphabetical directory listing
  44.           C for CP/M-68K specific files
  45.           G for files that applies to  all the  Kermit68K  implementations,
  46.             among these there are the general sources,  the ones from which
  47.             all the system specific sources are extracted  by use of a text
  48.             pre-processor
  49.           O for OS9 specific files
  50.           V for VERSADOS specific files
  51.  
  52. ccc     is a mnemonic that denotes the contents of the file:
  53.           AAA a "read-me" file, like this one
  54.           KER a file whose function is denoted by the type field
  55.           CMD 1st command parsing module
  56.           CM2 2nd command parsing module
  57.           CM3 3rd command parsing module
  58.           CM4 4th command parsing module
  59.           CTB command tables module
  60.           DEF common definitions module
  61.           IOF I/O functions module
  62.           MAI main program module
  63.           PRO protocol module
  64.           PSF parsing functions module
  65.           PTF 1st protocol functions module
  66.           PT2 2nd protocol functions module
  67.           STR strings module
  68.           UTF utility functions module
  69.           SYS 1st sytem dependent module
  70.           SYn nth sytem dependent module
  71.  
  72. ttt     is the file type, give more information about what's in the file:
  73.           ANN text of an announcement of a particular version
  74.           ASM assembly sources
  75.           BWR beware file, list of known bugs and restrictions
  76.           DOC documentation file
  77.           HLP help file
  78.           MAK makefile or other building procedure
  79.           SRE executable image S-Record encoded
  80.           TEX TeX sources
  81.           UPD program change log
  82.  
  83. Stated that the distribution set of this first Kermit68K release will
  84. contains the following files:
  85.  
  86. K6AAAA.HLP this file
  87. K6AAAA.BWR general beware file, reports known bugs and restrictions
  88.  
  89. K6GMAN.DOC draft from the user's and implementor's guide
  90. K6GSYS.ASM the system dependent part skeleton, for potential implementors
  91.  
  92. K6OAAA.HLP Kermit68K/OS9 specific help file
  93. K6OAAA.BWR reports known bugs and restrictions for the OS9 implementation
  94. K6OMAK.BLD the make file to build Kermit68K/OS9 from the assembly sources
  95. K6OIMG.SRE executable IMaGe S-Record Encoded
  96. K6OREN.COM command file to rename the OS9 source files
  97.  
  98. K6OCM2.ASM the OS9 sources
  99. K6OCM3.ASM
  100. K6OCM4.ASM
  101. K6OCMD.ASM
  102. K6OCTB.ASM
  103. K6ODEF.ASM
  104. K6OIOF.ASM
  105. K6OMAI.ASM
  106. K6OPRO.ASM
  107. K6OPSF.ASM
  108. K6OPT2.ASM
  109. K6OPTF.ASM
  110. K6OSTR.ASM
  111. K6OSYS.ASM
  112. K6OUTF.ASM
  113.  
  114.                        *** A small strange request ***
  115.  
  116. If  you  are  using or redistributing  Kermit68K,  please  send  me  a note
  117. detailing who you are,  where are you employed  and on which machine you or
  118. other people use it.
  119.  
  120. This strange and  rather unusual request has its aims,  stay in the saddle,
  121. here they are !!
  122.  
  123.     1) to convince my superiors about the fact that  I haven't lost my time
  124.        during this last year of developments;
  125.  
  126.     2) to make the aforecited people understand that the hours I'm going to
  127.        spend in correcting, refining and improving  Kermit68K  are of great
  128.        help to the world researching community;
  129.  
  130.     3) I  need,  from  time  to  time,  some  gratification.  In a  Physics
  131.        Department life is  hard for a boy  whose  greatest aspiration is to
  132.        work  and study  in a  Computer Science  department,  in Italy  such
  133.        things are inexistent so I work and study where I can.
  134.  
  135. (End of K6AAAA.HLP)
  136.