home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / os9 / os9ker.bwr < prev    next >
Text File  |  2020-01-01  |  2KB  |  60 lines

  1. Os9 kermit (Glen Seaton/Robert Larson/James Jones)  (01/26/86) (ral)
  2.  
  3.  
  4. Compilation warnings:
  5.  
  6.   Use the switches defined in os9ker.hlp to configure for your system.
  7.  
  8.   Compilation on a coco takes 165 pages of free memory, and takes about
  9. 40 min. on a stock system.  
  10.  
  11.   Single sided disk users will have to move the documentation, etc. 
  12. elsewhere to have enough room for the .r files.
  13.  
  14. Known bugs:
  15.  
  16.   Server functions were not completely correct when I got them.  I tried to
  17. fix the get and quit functions, but not the actual host server mode.  Use
  18. server functions with caution.         
  19.  
  20.   Timeout interval is unstable and incorrect.  I did not consider this a
  21. problem worth worrying about.  It does do timeouts reliably and with no
  22. system dependent code.  (Except a few compile time constants.)
  23.  
  24.   Messages should go to stderr rather than stdout.
  25.  
  26.   Connect mode on a Coco bit banger port has been reported to be unreliable.
  27. The problems is the bit banger port uses more than 90% of the cpu time to
  28. receive characters at full speed, so insufficent time is left to display them
  29. one at a time.  I have modified the os9con.c routine to do multi-character
  30. i/o if the sgstat routine returns the number of characters available.  It 
  31. would be nice if someone could contribute an interupt driven /t1 driver
  32. that does this.  (possilbly based on the public domain one in the os9 users
  33. group library.)  Note this has yet to be tested on a coco.
  34.  
  35.  
  36.   Spelling in documentation, messages and comments may be incorrect.
  37.  
  38.  
  39. Still untested:
  40.  
  41.   Os9 system acting as host, especially in server mode.
  42.  
  43.  
  44.  
  45. Desired features:
  46.  
  47.   Speed setting of external line.  (Use xmode or tmode currently.)
  48.  
  49.   Simple single compile switches for systems other that COCO.
  50.  
  51.   More server functions, for both host and guest modes.
  52.  
  53.   8-bit quoting.
  54.  
  55.   Make overlap a function of the device being written to.  (I.e. QT+ needs it
  56.     for floppy but not ramdisk or hard disk.)
  57.  
  58. ------------------------------
  59.  
  60.