home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / source / sh.zoo / sh.0 next >
Encoding:
Text File  |  1990-02-21  |  1.7 KB  |  44 lines

  1.  
  2. Brandon,
  3.  
  4. This is part 0 of a five part (sh01, sh02, sh03, sh04 and sh05) archive.  It
  5. contains the source for an implementation of the Unix shell under MSDOS.  As
  6. far as possible it is compatible with the System V.3 program sh(1).  The
  7. following differences are noted:
  8.  
  9. 1)  Background or asynchronous commands are not supported
  10.  
  11. 2)  Certain internal commands which have no equivalent MSDOS supported
  12.     functionality support (ulimit, time etc) are not provided.
  13.  
  14. 3)  Command hashing and accounting are not supported.
  15.  
  16. 4)  8 bit character sets are not supported.
  17.  
  18. The enhancements have been made for the MSDOS environment and these are
  19. described in the Readme in the archive.
  20.  
  21. Why - well I spent far to much time swapping between the two to have to
  22. think about the shell - so I ported the Minix Shell over Christmas.  I
  23. mailed Charles Forsyth who wrote the original version for minix and he is
  24. happy to allow it to be release (given the copyright notices in the source -
  25. don't remove the copyright or sell it).
  26.  
  27. We have tested it under MSDOS 3.3 and 4.0 and the DOS box for OS/2.  It
  28. is not designed as a replacement for command.com (since you need command.com
  29. to load your TSRs), just a program you can run at the end of the autoexec.bat
  30. to move you into Unix.  Of course, once you leave the MSDOS world behind
  31. and move into a psuedo Unix world you need your own Unix commands (cat, mkdir,
  32. rmdir etc).  But in the words of at least one Professor of Mathematics - that
  33. it left as a trivial exercise for the reader.
  34.  
  35. Regards,
  36.  
  37. Ian Stewartson
  38. Data Logic Ltd, Queens House, Greenhill Way, Harrow, Middlesex, HA1 1YR, UK.
  39. (Phone) +44 1 863 0383 (Telex) 888103 (Fax) +44 1 861 2010
  40.     +44 81 863 0383 after May 1990.
  41. (Network) istewart@datlog.co.uk or ukc!datlog!istewart
  42.  
  43.  
  44.