From fb3c4d30423839190be74eb8fb0d703d00e3cede Mon Sep 17 00:00:00 2001 From: Pulkit Krishna Date: Sat, 27 Jan 2024 17:58:25 +0530 Subject: [PATCH] added TUHS wiki pages --- docs/1970s/1970/pdp7unix/index.md | 1 + docs/1970s/1971/unix-v1/index.md | 4 +++- docs/1970s/1973/unix-v4/index.md | 7 +++++-- docs/1970s/1974/unix-v5/index.md | 6 ++++-- package-lock.json | 22 +++++++++++----------- 5 files changed, 24 insertions(+), 16 deletions(-) diff --git a/docs/1970s/1970/pdp7unix/index.md b/docs/1970s/1970/pdp7unix/index.md index 9bc7dc1..42bb92a 100644 --- a/docs/1970s/1970/pdp7unix/index.md +++ b/docs/1970s/1970/pdp7unix/index.md @@ -31,6 +31,7 @@ You may also be interested in the PDP-7 manuals. It was the computer on which ! - [Wikipedia](https://en.wikipedia.org/wiki/UNIX) - [Computer History Wiki ! PDP7 Unix page](https://gunkies.org/wiki/PDP-7_UNIX) - [Computer History Wiki PDP-7 page](https://gunkies.org/wiki/PDP-7) +- [The Unix Heritage Society (TUHS) wiki page on ! PDP-7 Unix](https://wiki.tuhs.org/doku.php?id=systems:pdp7_unix) - [The project to resurrect Unix on the PDP-7 from a scan of the original assembly code](https://github.com/DoctorWkt/pdp7-unix) ## Credits diff --git a/docs/1970s/1971/unix-v1/index.md b/docs/1970s/1971/unix-v1/index.md index 9bf8ad1..5adda0d 100644 --- a/docs/1970s/1971/unix-v1/index.md +++ b/docs/1970s/1971/unix-v1/index.md @@ -46,8 +46,10 @@ In particular, you may be interested in these: - [Computer History Wiki ! Unix v1 page](https://gunkies.org/wiki/UNIX_First_Edition) - [Computer History Wiki ! Unix v2 page](https://gunkies.org/wiki/UNIX_Second_Edition) - [Computer History Wiki PDP-11 page](https://gunkies.org/wiki/PDP-11) +- [The Unix Heritage Society (TUHS) wiki page on ! Unix v1](https://wiki.tuhs.org/doku.php?id=systems:1st_edition) +- [The Unix Heritage Society (TUHS) wiki page on ! Unix v2](https://wiki.tuhs.org/doku.php?id=systems:2nd_edition) - [The project to resurrect ! Unix v1/v2](https://code.google.com/archive/p/unix-jun72/) ## Credits -- The manuals were taken from [The Unix Heritage Society (TUHS)](https://www.tuhs.org) and [Bitsavers](http://bitsavers.org). +- The manuals were taken from [The Unix Heritage Society (TUHS)](https://www.tuhs.org), [this page from Bell Labs](https://s3.amazonaws.com/plan9-bell-labs/7thEdMan/bswv7.html) and [Bitsavers](http://bitsavers.org). diff --git a/docs/1970s/1973/unix-v4/index.md b/docs/1970s/1973/unix-v4/index.md index 0f5d8ea..15d3b93 100644 --- a/docs/1970s/1973/unix-v4/index.md +++ b/docs/1970s/1973/unix-v4/index.md @@ -21,7 +21,7 @@ Since the kernel is from between v3 and v4, and we use the userland of v5, here - [! Unix Programmer's Manual, 3rd Edition](https://dspinellis.github.io/unix-v3man/v3man.pdf) - [! 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) +- [! Unix Programmer's Manual, 5th Edition](http://squoze.net/UNIX/v5man/all.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. @@ -40,8 +40,11 @@ You may also be interested in the PDP-11 manuals. It was the computer on which ! - [Computer History Wiki ! Unix v4 page](https://gunkies.org/wiki/UNIX_Fourth_Edition) - [Computer History Wiki ! Unix v5 page](https://gunkies.org/wiki/UNIX_Fifth_Edition) - [Computer History Wiki PDP-11 page](https://gunkies.org/wiki/PDP-11) +- [The Unix Heritage Society (TUHS) wiki page on ! Unix v3](https://wiki.tuhs.org/doku.php?id=systems:3rd_edition) +- [The Unix Heritage Society (TUHS) wiki page on ! Unix v4](https://wiki.tuhs.org/doku.php?id=systems:4th_edition) +- [The Unix Heritage Society (TUHS) wiki page on ! Unix v5](https://wiki.tuhs.org/doku.php?id=systems:5th_edition) ## Credits - ! Unix v3 and v4 manuals were taken from the page of the GitHub user "[dspinellis](https://github.com/dspinellis)". -- The rest of the manuals were taken from [The Unix Heritage Society (TUHS)](https://www.tuhs.org) and [Bitsavers](http://bitsavers.org). +- The rest of the manuals were taken from [http://squoze.net](http://squoze.net/), [this page from Bell Labs](https://s3.amazonaws.com/plan9-bell-labs/7thEdMan/bswv7.html) and [Bitsavers](http://bitsavers.org). diff --git a/docs/1970s/1974/unix-v5/index.md b/docs/1970s/1974/unix-v5/index.md index bbc15e6..d7a1a29 100644 --- a/docs/1970s/1974/unix-v5/index.md +++ b/docs/1970s/1974/unix-v5/index.md @@ -19,7 +19,7 @@ import DocCardList from '@theme/DocCardList'; Here is the manual for ! Unix v5: -- [! Unix Programmer's Manual, 5th Edition](https://www.tuhs.org/Archive/Distributions/Research/Dennis_v5/v5man.pdf) +- [! Unix Programmer's Manual, 5th Edition](http://squoze.net/UNIX/v5man/all.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. @@ -39,8 +39,10 @@ You may also be interested in the PDP-11 manuals. It was the computer on which ! - [Wikipedia](https://en.wikipedia.org/wiki/History_of_Unix#1970s) - [Computer History Wiki ! Unix v5 page](https://gunkies.org/wiki/UNIX_Fifth_Edition) - [Computer History Wiki PDP-11 page](https://gunkies.org/wiki/PDP-11) +- [The Unix Heritage Society (TUHS) wiki page on ! Unix v5](https://wiki.tuhs.org/doku.php?id=systems:5th_edition) - [Computer History Wiki tutorial on running ! Unix v5 on SIMH](https://gunkies.org/wiki/Running_Unix_v5_in_SIMH) +- [Tutorial from squoze.net on running ! Unix v5 on SIMH](http://squoze.net/UNIX/v5/running) ## Credits -- The manuals were taken from [The Unix Heritage Society (TUHS)](https://www.tuhs.org) and [Bitsavers](http://bitsavers.org). +- The manuals were taken from [http://squoze.net](http://squoze.net/), [this page from Bell Labs](https://s3.amazonaws.com/plan9-bell-labs/7thEdMan/bswv7.html) and [Bitsavers](http://bitsavers.org). diff --git a/package-lock.json b/package-lock.json index d94ac02..d69153e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4529,9 +4529,9 @@ } }, "node_modules/browserslist": { - "version": "4.22.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.2.tgz", - "integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==", + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", + "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", "funding": [ { "type": "opencollective", @@ -4547,8 +4547,8 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001565", - "electron-to-chromium": "^1.4.601", + "caniuse-lite": "^1.0.30001580", + "electron-to-chromium": "^1.4.648", "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, @@ -5955,9 +5955,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.647", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.647.tgz", - "integrity": "sha512-Z/fTNGwc45WrYQhPaEcz5tAJuZZ8G7S/DBnhS6Kgp4BxnS40Z/HqlJ0hHg3Z79IGVzuVartIlTcjw/cQbPLgOw==" + "version": "1.4.648", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.648.tgz", + "integrity": "sha512-EmFMarXeqJp9cUKu/QEciEApn0S/xRcpZWuAm32U7NgoZCimjsilKXHRO9saeEW55eHZagIDg6XTUOv32w9pjg==" }, "node_modules/emoji-regex": { "version": "9.2.2", @@ -6485,9 +6485,9 @@ } }, "node_modules/fastq": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.16.0.tgz", - "integrity": "sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.0.tgz", + "integrity": "sha512-zGygtijUMT7jnk3h26kUms3BkSDp4IfIKjmnqI2tvx6nuBfiF1UqOxbnLfzdv+apBy+53oaImsKtMw/xYbW+1w==", "dependencies": { "reusify": "^1.0.4" }