README.TXT
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. The file SMX200.TAZ is a compressed tar file that contains 
  2. release 1 of the version of Solaris Minix (smx) that is based on Minix
  3. 2.0.0.  It will only operate under Solaris 2 (Solaris 2.4 and 2.5 have
  4. been used without problems) and must be compiled with the GNU C
  5. compiler, gcc.   This compiler is included on the MINIX CD ROM as
  6. GCC-272.TAZ
  7. To install smx you should:
  8. 1. Copy SMX200.TAZ to a Sun running Solaris 2.  On arrival, it should
  9. be 11235655 bytes long.
  10. 2. When you run /usr/bin/sum on SMX200.TAZ, it should report:
  11. 9577 21945 SMX200.TAZ
  12. 3. Change the name from SMX200.TAZ to smx200.tar.Z
  13. 4. Uncompress smx200.tar.Z using the command line:
  14. uncompress smx200.tar.Z
  15. 5. Extract the file doc/smx_ps from the smx200.tar archive using 
  16. the command line:
  17. tar xvf smx200.tar doc/smx_ps
  18. smx_ps is a postscript file that contains (amongst many other things)
  19. installation instructions for smx.
  20. Paul Ashton (paul@cosc.canterbury.ac.nz)
  21. 1996-09-13