home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / V6enb / README next >
Encoding:
Text File  |  2001-04-22  |  2.0 KB  |  46 lines

  1. UNIX V6 on the Supnik simulator:
  2. --------------------------------
  3. This directory contains tape files for the Supnik simulator and
  4. accompaning README files, which I produced when preparing an OS
  5. course at the Berufsakademie. Further it contains C-sources of two
  6. commands (enblock.c/deblock.c). These commands prepare a tapefile for the
  7. simulator (enblock) and produce a plain file from a simulator
  8. tapefile (deblock).
  9.  
  10. The Supnik simulator can be obtained from:
  11.     ftp://minnie.cs.adfa.edu.au/pub/PDP-11/Sims/Supnik_2.3/sources/
  12. I used the sim_2.3d.tar.gz tar ball.
  13.  
  14. This directory contains a *.README and *.enb files with the following
  15. basenames:
  16.  
  17. ctable: A bug in the input table for the C-compiler code generator is fixed.
  18. ctime:    Some y2k related changes to V6.
  19. dcheck: Bug fix and enhancement of dcheck. 
  20. dist:    The V6 distribution tape: dist.README explains how to install
  21.     and setup UNIX-V6 with the simulator. The file dist.enb is missing
  22.     for copyright and space reasons, you have to prepare it yourself.
  23.     (see enb.README). 
  24. dotdot: Kernel enhancement: If in a root directoy of a mounted filesystem,
  25.     let ".." mean the parent of the mount point, not the root directory.
  26. enb:    Conventions and usage of .enb files. Explains how to
  27.     prepare tape files for the Supnik simulator and tells you
  28.     how to prepare the V6 distribution tape.
  29. ludiv:    Derivation of a double word unsigned division algorithm, which is used
  30.     in ctime. (no corresponding .enb)
  31. man:    The man command, which was missing from the distribution, and some
  32.     changes to make V6-nroff output readable on an xterm.
  33.  
  34. So enb.README and dist.README are the next files you should read.
  35.  
  36. If you have questions or find bugs or whatever, mail to
  37.     helbig@informatik.ba-stuttgart.de
  38.  
  39. Last but not least I thankfully acknowledge the work of the people
  40. who talked SCO into offering the ancient-UNIX source license, who collected
  41. the old distribution tapes and run the PUPS Archive. And of course I thank
  42. Bob Supnik for this great simulator!
  43.  
  44. Have fun,
  45. Wolfgang 
  46.