home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / other / Xinu / README < prev    next >
Encoding:
Text File  |  1998-03-17  |  1.3 KB  |  29 lines

  1. This directory contains the Xinu operating system for the LSI-11. More details
  2. are in README.lsi. The copyright details are in xinu-pdp11.README. Also note
  3. that the Xinu distribution contains the `SunCHIP' (aka CHIP) C compiler and
  4. assembler, both written in C:
  5.  
  6. ----------------------------------- README ----------------------------
  7.  
  8.                                 C H I P
  9.                                 _______
  10.  
  11. Chip is the "Cornell Hypothetical Instructional Processor."  It has a
  12. PDP11-like architecture and supports virtual memory.  A complete
  13. description can be found in the technical report:
  14.  
  15.         Babaoglu, et al., Documentation for the CHIP Computer System,
  16.         Technical Report TR83-584, Department of Computer Science,
  17.         Cornell University, Ithaca, New York, 1983.
  18.  
  19. To run the simulator for this machine, you need a 4.1bsd (or newer) Unix
  20. system. The distribution also contains a development environment for CHIP
  21. containing a C compiler, assembler, loader and various other tools.  To
  22. run the development software, you currently need Digital Equipment Corp.
  23. VAX computer.  However, with minimal effort, all of this software should
  24. be able to run on any host with UNIX.
  25.  
  26.         [...]
  27.  
  28. ----------------------------------- end of README --------------------
  29.