home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20202 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!ornl!rsg1.er.usgs.gov!darwin.sura.net!spool.mu.edu!agate!linus!alliant!merk!spdcc!rbraun
  3. From: rbraun@spdcc.com (Rich Braun)
  4. Subject: Re: additional features for linux
  5. Message-ID: <1992Dec13.171919.16685@spdcc.com>
  6. Keywords: virtual serial consoles, tcpip bootrom, streams, isdn-driver
  7. Organization: Jupiter Technology Inc., Waltham MA
  8. References: <1992Dec3.192455.1325@xfswob.han.de> <1992Dec13.124051.15541@klaava.Helsinki.FI>
  9. Date: Sun, 13 Dec 1992 17:19:19 GMT
  10. Lines: 20
  11.  
  12. Yesterday I set out to bring up a program called 'ecu' under Linux.  This
  13. is a really nice, full-featured terminal program posted a couple years
  14. back to comp.unix.sources.
  15.  
  16. The good news: After only minor tinkering, I got the Make to run almost
  17. all the way through.  This really speaks well of the compatibility (at
  18. the source level) of Linux with other ***x systems.
  19.  
  20. The bad news: like many other software packages, this program uses
  21. shared memory and IPC to manage its internal communications.  Linux
  22. doesn't have a sys/ipc.h, so I gather from this that it doesn't
  23. yet support shared memory.
  24.  
  25. This is probably an FAQ, but I'd like to hear some project plans from
  26. people working on extensions to the kernel, listing the things which are
  27. missing and which are considered priorities.  If there are enough people
  28. to do the work (I might be able to do some of it) maybe it's possible
  29. to really develop a complete system.
  30.  
  31. -rich
  32.