home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / Other / Interdata / README < prev    next >
Encoding:
Text File  |  2001-06-18  |  2.1 KB  |  51 lines

  1. Wollongong Interdata 6th Edition Unix
  2.  
  3. Sixth Edition Unix was ported to the Interdata 7/32 at the University
  4. of Wollongong, Australia during 1976-77.  Porting the C compiler and
  5. operating system kernel, writing device drivers and an assembler for
  6. the 32-bit Interdata architecture, and adaptation of most commands was
  7. done by Richard Miller.  Other work on commands and subroutine
  8. libraries was done by Ross Nealon.  The project was supervised by
  9. Professor Juris Reinfelds.
  10.  
  11. For further information, see:
  12.   R Miller, "Unix, a Portable Operating System?", ACM Operating
  13.     Systems Review, 12, pp 32-37 (1978)
  14.   R Miller, "The First Unix Port", Proceedings of USENIX 1998 Annual
  15.     Technical Conference: Invited Talks, pp 21-25 (1998); available
  16.     online at http://www.usenix.org [ miller.ps in this directory ]
  17.  
  18. Distribution Contents
  19.  
  20. This is a distribution of "Release 1.2" made on 3 June 1979.  The
  21. original 9track 1600bpi tape held three files, which are gzipped
  22. here as:
  23.  
  24. boot.tp.gz
  25.   a bootable 'tp' format archive containing Interdata Unix kernels
  26.   configured for Wollongong, Sydney (Sydney University or UNSW?)
  27.   and Oxford (Programming Research Group)
  28.  
  29. root.gz
  30.   a binary image of the root filesystem on a 5 megabyte disk, in
  31.   Interdata 6th edition Unix format (like PDP-11 6th edition format,
  32.   but with ints byte-swapped and expanded to 32 bits); includes
  33.   copies of the kernels and boot block from the first tape file,
  34.   and kernel source in /usr/sys
  35.  
  36. src.tp.gz
  37.   a 'tp' format archive containing command source and manual pages;
  38.   besides the original Bell Labs and Wollongong source there are
  39.   contributions from Melbourne University and various USENIX
  40.   distribution tapes, adapted as appropriate for the Interdata
  41.  
  42. For convenience, the distribution contents are also supplied as:
  43.  
  44. interdata_v6.tar.gz
  45.   a 'tar' format archive (with dates preserved) of all files as
  46.   they would appear after installing the distribution, with source
  47.   and documentation in /usr/source and /usr/doc respectively; note
  48.   however that special files in /dev appear as ordinary files
  49.  
  50. -- Richard Miller <r.miller@acm.org>
  51.