summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMutoShack <MutoShack@web>2019-03-24 01:46:48 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2019-03-24 01:46:48 +0100
commit7f9b469c628e50c33f4a3f1855310dc4ab79c475 (patch)
treee1e4839ab864bfc47246ce3fe5d64346f19447ba
parentff7e937a11d548775063d649e7e1727d2361cf36 (diff)
Added resources to the links. Squashed list.
-rw-r--r--documentation.mdwn11
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation.mdwn b/documentation.mdwn
index 91905a8d..37367128 100644
--- a/documentation.mdwn
+++ b/documentation.mdwn
@@ -19,13 +19,16 @@ or specific components of it? Here is a collection of texts to read.
# Basic Knowledge
Before you can go details, you have to learn the basics about operating system
-architecture. Yes, really.
-
+architecture. Yes, really. You needn't go through all of these, but they're all very enjoyable if you wanted to do just that.
## Operating Systems Basics
-You can find good free, self-paced online courses about operating systems on <https://www.udacity.com/> .
-A free textbook about operating systems is called [Operating Systems: Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/).
+* [Udacity](https://www.udacity.com/) - Good, free, self-paced online courses about operating systems.
+* [Operating Systems: Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/) - An excellent book on operating systems.
+* [[!wikipedia Advanced_Programming_in_the_Unix_Environment]] - May help you grasp UNIX & POSIX standards.
+* [Operating Systems](http://www.deitel.com/Books/OperatingSystems/OperatingSystems3e/tabid/1711/Default.aspx) - A well praised book on the subject.
+* [Operating System Concepts](https://www.os-book.com/OS9/) - Another well praised book.
+* [Modern Operating Systems](https://en.wikipedia.org/wiki/Modern_Operating_Systems) - This book has achieved world-wide praise.
## GNU/Hurd System Architecture