From 627386a36c3f9c68cfbc2be31f05868e142cc8c6 Mon Sep 17 00:00:00 2001 From: Joone Hur Date: Thu, 18 Apr 2024 23:21:39 -0700 Subject: [PATCH] Add link to Computer History Museum in Unix and C Language post Added a reference to the Computer History Museum in the Unix and C Language post to provide additional reading material for readers. --- .../posts/8. The Origins of Unix and the C Language/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/posts/8. The Origins of Unix and the C Language/index.md b/content/posts/8. The Origins of Unix and the C Language/index.md index 416c20dc..05a03fe5 100644 --- a/content/posts/8. The Origins of Unix and the C Language/index.md +++ b/content/posts/8. The Origins of Unix and the C Language/index.md @@ -96,6 +96,9 @@ Dennis added the structure type to the C language to define the user's custom da Although Unix and C were created in a short period of time by Ken Thompson and Dennis Richie, most computers, including cell phones, still run on OS based on Unix today. In addition, operating system kernels are still developed in C today. +## Readings from the Computer History Museum +1. David C. Brock, the earliest unix code: an anniversary source code release, [CHM](https://computerhistory.org/blog/the-earliest-unix-code-an-anniversary-source-code-release/) + ## References 1. Multics, [wikipedia](https://en.wikipedia.org/wiki/Multics) 2. Unix, [wikipedia](https://en.wikipedia.org/wiki/Unix) @@ -103,5 +106,4 @@ Although Unix and C were created in a short period of time by Ken Thompson and D 4. The Development of the C Language [bell-labs.com](https://www.bell-labs.com/usr/dmr/www/chist.html) 5. The Evolution of the Unix Time-sharing System [www.read.seas.harvard.edu/~kohler](http://www.read.seas.harvard.edu/~kohler/class/aosref/ritchie84evolution.pdf) - [1]: https://en.wikipedia.org/wiki/Multics "Multics, Wikipedia"