home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ixemul-45.0-src.tgz.pi < prev    next >
Fred Fish's Product-Info  |  1996-10-12  |  1KB  |  42 lines

  1. .name
  2. ixemul
  3. .fullname
  4. Unix Emulation Library
  5. .type
  6. Library
  7. .short
  8. Shared library providing Unix-like environment.
  9. .description
  10. Essentially it is a BSD-4.3 Unix kernel running under the Amiga OS.  The
  11. code for handling Unix signals is taken almost verbatim from the BSD kernel
  12. sources, for example.  Multitasking and file I/O is, of course, passed on
  13. to the Amiga OS.  Because the library resembles BSD Unix so closely, it has
  14. made it possible to port almost all Unix programs.
  15.  
  16. All networking calls are routed through a new library, ixnet.library, which
  17. will pass them on to the appropriate networking package.  Currently
  18. supported are AmiTCP and AS225, Inet-225.
  19.  
  20. Because of the conformance to BSD, the library is not too conservative with
  21. resources or overly concerned with Amiga standards.  For example, command
  22. line expansion uses Unix semantics and doesn't use ReadArgs().  The purpose
  23. of ixemul.library is to emulate Unix as well as is technically possible.
  24. So given a choice between Amiga behavior or Unix behavior, the last one is
  25. chosen.
  26. .version
  27. 45.0
  28. .author
  29. Original author: Markus M. Wild
  30. Current maintainer: Hans Verkuil
  31. .distribution
  32. GNU Public License
  33. .source
  34. Includes source.
  35. .docs
  36. README
  37. .described-by
  38. Fred Fish (fnf@ninemoons.com)
  39. .submittal
  40. Submitted electronically by Hans Verkuil (hans@wyst.hobby.nl), the current
  41. ixemul maintainer.
  42.