From 567f3ecfa9972f2ca98a9fb70c716fc6daea5b4b Mon Sep 17 00:00:00 2001 From: Pulkit Krishna Date: Wed, 10 Jan 2024 22:36:55 +0530 Subject: [PATCH] add vol 2A and 2B of unix v7 to v1 & v4 --- docs/1970s/1971/unix-v1/index.md | 5 +++++ docs/1970s/1973/unix-v4/index.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/1970s/1971/unix-v1/index.md b/docs/1970s/1971/unix-v1/index.md index 3946b0c..9bf8ad1 100644 --- a/docs/1970s/1971/unix-v1/index.md +++ b/docs/1970s/1971/unix-v1/index.md @@ -25,6 +25,11 @@ Since the copy we have has v2 userland, you will be interested in ! Unix v2 manu - [! Unix Programmer's Manual, 2nd Edition](https://www.tuhs.org/Archive/Distributions/Research/Dennis_v2/v2man.pdf) +Reading the volume 2A and 2B of ! Unix v7 manual is also helpful. They contain many short tutorials which will be helpful in learning how to use Unix. While the manual is for v7, most of the information included there applies to every version of Unix. + +- [! Unix Programmer's Manual, 7th Edition, Volume 2A](https://s3.amazonaws.com/plan9-bell-labs/7thEdMan/v7vol2a.pdf) +- [! Unix Programmer's Manual, 7th Edition, Volume 2B](https://s3.amazonaws.com/plan9-bell-labs/7thEdMan/v7vol2b.pdf) + You may also be interested in the PDP-11 manuals. It was the computer on which ! Unix v1 as well as ! Unix v2 was supposed to run. You can download them from Bitsavers: - [PDP-11 Manuals](http://bitsavers.org/pdf/dec/pdp11/) diff --git a/docs/1970s/1973/unix-v4/index.md b/docs/1970s/1973/unix-v4/index.md index c2ac916..0f5d8ea 100644 --- a/docs/1970s/1973/unix-v4/index.md +++ b/docs/1970s/1973/unix-v4/index.md @@ -23,6 +23,11 @@ Since the kernel is from between v3 and v4, and we use the userland of v5, here - [! Unix Programmer's Manual, 4th Edition](https://dspinellis.github.io/unix-v4man/v4man.pdf) - [! Unix Programmer's Manual, 5th Edition](https://www.tuhs.org/Archive/Distributions/Research/Dennis_v5/v5man.pdf) +Reading the volume 2A and 2B of ! Unix v7 manual is also helpful. They contain many short tutorials which will be helpful in learning how to use Unix. While the manual is for v7, most of the information included there applies to every version of Unix. + +- [! Unix Programmer's Manual, 7th Edition, Volume 2A](https://s3.amazonaws.com/plan9-bell-labs/7thEdMan/v7vol2a.pdf) +- [! Unix Programmer's Manual, 7th Edition, Volume 2B](https://s3.amazonaws.com/plan9-bell-labs/7thEdMan/v7vol2b.pdf) + You may also be interested in the PDP-11 manuals. It was the computer on which ! Unix v3, v4 as well as v5 was supposed to run. You can download them from Bitsavers: - [PDP-11 Manuals](http://bitsavers.org/pdf/dec/pdp11/)