summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-07-02 18:51:37 +0200
committermms <michal@sapka.me>2024-07-02 18:51:37 +0200
commit2b7639ff81effd8c3946f36df38c914a81874eab (patch)
treea710a52afd253c201df192f389f6627056f9a587
parent91ea587f1c55fb08e79e9141e3524e4d55f69a47 (diff)
fix(ux): typo
-rw-r--r--content-org/unix-history.org6
-rw-r--r--content/unix-history/01_multics.md2
-rw-r--r--content/unix-history/_index.md3
3 files changed, 6 insertions, 5 deletions
diff --git a/content-org/unix-history.org b/content-org/unix-history.org
index 8a934d8..fa72a8b 100644
--- a/content-org/unix-history.org
+++ b/content-org/unix-history.org
@@ -1,5 +1,4 @@
-#+TITLE: Unix history
-#+AUTHOR: Michał Sapka
+#+TITLE: Unix history#+AUTHOR: Michał Sapka
#+URL: https://michal.sapka.me/unix-history/
#+STARTUP: show2levels indent logdone
@@ -51,6 +50,7 @@ Dune
- [[https://www.analognowhere.com/][Tomáš]], for providing artwork on homepage
- [[https://static-dust.klpn.se/][Karl Pettersson]], for pointing date errors about IX/386 and Xenix in Part III
- [[https://github.com/davemq][Dave Marquardt]], for pointing grammar errors in Part III and informing me about existence of Piramid Technologies
+- Vladimir, for pointing a typo
*** Link
@@ -131,7 +131,7 @@ Let's jump to 1969.
/Multics (MULTiplexed Information and Computing)/ was an early time-sharing operating system developed by /MIT/, /General Electrics/ and /Bell Labs/.
It pioneered many of innovations which are still widely used in the computing systems of today: hierarchical file system, redirection as interprocess communication, or the existence of a shell[fn:wiki], as well as memory pages, memory protection, or the ability for a single machine to use multiple CPUs and memory[fn:allen].
-It was however also huge, both in terms of memory usage (the resident kernel could occupy a huge part of memory living not enough for applications) and code size (it consisted of about 1,5k source modules)[fn:wiki].
+It was however also huge, both in terms of memory usage (the resident kernel could occupy a huge part of memory leaving not enough for applications) and code size (it consisted of about 1,5k source modules)[fn:wiki].
/Multics/ was experimental and therefore ambitious, complex - designed by trial and error.
It was delivered late, early on had performance problems, and in 1969 /Bell Labs/ withrew from the project[fn:earlylin].
diff --git a/content/unix-history/01_multics.md b/content/unix-history/01_multics.md
index efce8ae..6ed4564 100644
--- a/content/unix-history/01_multics.md
+++ b/content/unix-history/01_multics.md
@@ -59,7 +59,7 @@ Let's jump to 1969.
_Multics (MULTiplexed Information and Computing)_ was an early time-sharing operating system developed by _MIT_, _General Electrics_ and _Bell Labs_.
It pioneered many of innovations which are still widely used in the computing systems of today: hierarchical file system, redirection as interprocess communication, or the existence of a shell[^fn:3], as well as memory pages, memory protection, or the ability for a single machine to use multiple CPUs and memory[^fn:4].
-It was however also huge, both in terms of memory usage (the resident kernel could occupy a huge part of memory living not enough for applications) and code size (it consisted of about 1,5k source modules)[^fn:3].
+It was however also huge, both in terms of memory usage (the resident kernel could occupy a huge part of memory leaving not enough for applications) and code size (it consisted of about 1,5k source modules)[^fn:3].
_Multics_ was experimental and therefore ambitious, complex - designed by trial and error.
It was delivered late, early on had performance problems, and in 1969 _Bell Labs_ withrew from the project[^fn:5].
diff --git a/content/unix-history/_index.md b/content/unix-history/_index.md
index b8b918f..248e53d 100644
--- a/content/unix-history/_index.md
+++ b/content/unix-history/_index.md
@@ -1,6 +1,6 @@
+++
title = "Unix history"
-author = ["Michał Sapka"]
+author = ["Michal"]
date = 2024-05-30T21:03:00+02:00
lastmod = 2024-06-10
categories = ["unix-history"]
@@ -40,6 +40,7 @@ Dune
- [Tomáš](https://www.analognowhere.com/), for providing artwork on homepage
- [Karl Pettersson](https://static-dust.klpn.se/), for pointing date errors about IX/386 and Xenix in Part III
- [Dave Marquardt](https://github.com/davemq), for pointing grammar errors in Part III and informing me about existence of Piramid Technologies
+- Vladimir, for pointing a typo
## Link {#link}