v6

  • unix research-unix v6

    Setting Up UNIX—Sixth Edition: An OpenSIMH Laboratory for Reading Lions

    This note covers building a complete, restorable Sixth Edition UNIX laboratory in OpenSIMH for reading John Lions’ A Commentary on the UNIX Operating System. First, the reader is led through restoring the original V6 distribution from tape to RK05 disk images. Next, the kernel is reconfigured and rebuilt for the PDP-11/40 and the simulated devices used in the laboratory. The remaining source and documentation filesystems are then installed, the required special files are created, and the completed system is verified and archived as a restorable baseline.

    The note explains each step of the process in detail and connects Lions’ commentary and numbered source listing to the corresponding files and configured kernel in the running V6 system.

  • unix research-unix v6

    Installing and Using Unix V6 in the Open SIMH PDP-11 Emulator

    This note details the process of building a working v6 instance from a copy of the original tape distribution. The v6 instance runs in a virtual PDP-11/40 provided by OpenSIMH, a masterwork emulator.

  • unix research-unix v6

    Updated and expanded Lions V6 source v1.4

    This is revision 1.4 of my updated and expanded edition of John Lions’ UNIX Operating System Source Code Level Six. It preserves Lions’ original source selection, organization, source-sheet numbering, and line references while reformatting the booklet for letter-size printing.

    This edition also adds a table of contents, an alphabetical source-file listing, the locations of the files in a running V6 system, alphabetical procedure listings, file-and-procedure indexes, defined-symbol listings, source-code cross-references, and alphabetical and numerical symbol tables for the configured kernel.

  • unix research-unix v6

    Tweaked version of Lions for Printing and Viewing

    Superseded: A later and more complete version is available as Updated and expanded Lions V6 source, revision 1.4.

    This was an early reformatted edition of John Lions’ UNIX Operating System Source Code Level Six, prepared for easier printing and viewing. It included the V6 source listing, a table of contents, an alphabetical file listing, and the locations of the corresponding files in a running V6 system.

  • unix research-unix v6

    v6 Bootable Tape

    A note describing how to boot from Dennis Rithchie's v6 disk-set. It shows two methods, one that builds a bootable tape from scratch, and another that extracts the bootblock of a running v6 system.

  • unix research-unix v6

    Hello, World! in Assembly on Research Unix Version 6

    A note demonstrating the process of assembling and running a simple hello, world Unix assembly language application on Research Unix Sixth Edition. It's short and sweet, but gets the job done!

  • unix research-unix v6

    Adding tar to Research Unix Version 6 Running on a PDP 11/40 in SimH

    This note explains an approach to getting a working version of tar running on Research Unix Version 6 (v6) running in a SimH PDP-11/40 Simulator.

    NOTE: After working at this for a bit, it is clear to me that while this is workable as a solution to move files from v6 to v7, it is not workable as a true tar for v6. The program has difficulty with directories, timestamps and such when working natively on v6. The issues are not with the instructions outlined below, but rather with limitations of the original program as delivered with v7. More investigation is required to understand its limitations.

  • unix research-unix v6

    Installing and Using Research Unix Version 6 in SimH PDP-11/40 Emulator

    This note is intended to document the process of running v6 in a PDP-11/40 emulated environment. A subsequent note covers [v7]({% post_url 2015-12-07-installing-and-using-research-unix-v7-in-simh-pdp-11-45-and-70-emulators-rev-1.0 %})