research-unix
-
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 v7
Installing and Using Research Unix Version 7 in the SIMH PDP-11/45 and 11/70 Emulators 2.1
It covers building a working v7 instance from tape files that will run on the SimH emulator. First, the reader will be led through the restoration of a pristine v7 instance from tape to disk. Next, the reader will be led through adding a regular user, making the system multi-user capable. Then, the reader will be shown how to make the system multi-session cable allowing multiple simultaneous sessions. Finally, the system will be put to use with hello world, DMR style, and the learn system will be enabled.
-
unix research-unix v7 ratfor
ratfor and Kernighan and Plaugers Software Tools
A short note documenting the process of getting ratfor working on a v7 instance.
-
unix research-unix v7
Enabling the DZ in v7
A short note about installing and using the DZ-11 Terminal Multiplexor in v7 for access from telnet on a host.
-
unix research-unix v7
Installing and Using Research Unix Version 7 in the SIMH PDP-11/45 and 11/70 Emulators 2.0
This is a completely reorganized, updated, and edited version of the document. It includes the following sections:
- Installation
- Create a user and set sane TTY options
- Set up multi-session support
- Miscellaneous
It covers building a working v7 instance from tape files that will run on the SimH emulator. First, the reader will be led through the restoration of a pristine v7 instance from tape to disk. Next, the reader will be led through adding a regular user, making the system multi-user capable. Then, the reader will be shown how to make the system multi-session cable allowing multiple simultaneous sessions. Finally, the system will be put to use with hello world, DMR style, and the learn system will be enabled.
-
unix research-unix v7
Installing and Using Research Unix Version 7 in the SimH PDP-11/45 and 11/70 Emulators v1.7
Revision 1.7 of Installing and Using Research Unix Version 7 in the SimH PDP-11/45 and 11/70 Emulators is out, get it here: research-unix-7-pdp11-45-v1.7.pdf
Last Updated December 30, 2021
-
unix research-unix v7
Mounting tar files in v7
How to mount a tar file in v7 running in SimH This was difficult to figure out, but perseverance, tuhs, and simh mailing lists helped.
Modern tar files are easy to mount as tapes in SimH (at least theoretically). This note shows the way.
-
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 v7
Installing and Using Research Unix Version 7 in the SimH PDP-11/45 and 11/70 Emulators v1.6
Revision 1.6 of Installing and Using Research Unix Version 7 in the SimH PDP-11/45 and 11/70 Emulators is out, get it here: research-unix-7-pdp11-45.pdf
Last Updated November 4, 2017
-
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!