home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / dec / micro / 474 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.8 KB

  1. Path: sparky!uunet!olivea!mintaka.lcs.mit.edu!ai-lab!barry
  2. From: barry@chezmoto.ai.mit.edu (Barry Kort)
  3. Newsgroups: comp.sys.dec.micro
  4. Subject: Kermit on PRO 350 under P/OS and Venix 1.0
  5. Message-ID: <BARRY.92Aug14080706@chezmoto.ai.mit.edu>
  6. Date: 14 Aug 92 12:07:06 GMT
  7. Sender: news@ai.mit.edu
  8. Distribution: comp
  9. Organization: MicroMuse
  10. Lines: 32
  11.  
  12. For those who are interested, we have located versions of Kermit
  13. that work on the PRO 350 under P/OS and Venix.
  14.  
  15. K11POS.TSK is runnable from DCL on P/OS.  You can find copies on
  16. ftp.utoledo.edu or watsun.cc.columbia.edu.  The problem is bootstrapping
  17. it into the machine over the network.  If you already have an older
  18. version of K11POS.TSK, then bootstrapping is no problem, but if you
  19. have no existing way to transfer binary files over the COM1 Port,
  20. then you either need an RX50 diskette, or you have to load it in
  21. with ASCII transfer of K11POS.HEX, a 'Hexified' encoding of K11POS.TSK
  22. similar in spirit to uuencode on Unix and BinHex on Macintosh.  There
  23. is a small Basic program, K11HEX.BAS to convert a .HEX file into a .TSK
  24. binary, but it only runs under RSX/Reese Basic, not under the P/OS
  25. Basic 1.2 or 1.4.
  26.  
  27. The only version of Kermit that I was able to compile successfully
  28. on PRO Venix 1.0 is an old, primitive version called uxkermit.c,
  29. found on watsun.cc.columbia.edu in the kermit/extra directory.  You
  30. need all uxk*.c files except uxkervms.c (which is for C on VMS).
  31. There is no Makefile.  You have to hand-build it with 
  32.  
  33.     cc -c uxk*.c and cc -o kermit *.o
  34.  
  35. I had no luck compiling either Kermit 4E or 5A on PRO Venix 1.0.
  36. 4E exceeds the limits on the size of the Data Space.  It compiles
  37. but doesn't load.  5A doesn't compile at all, due to various
  38. compiler complaints too numerous to list.
  39.  
  40. If anyone knows of a superior version of Kermit for either P/OS or
  41. Venix, please let us know.
  42.  
  43. Barry
  44.