From 0e35b453ebf096d67be2ee7c7ae0f1986572877b Mon Sep 17 00:00:00 2001 From: Dzmitry Lahoda Date: Tue, 26 Jun 2018 19:47:36 +0300 Subject: [PATCH] Update free-programming-books.md (#2904) * Update free-programming-books.md About author: https://www.amazon.com/default/e/B001IXTSLU/ref=dp_byline_cont_book_1?redirectedFromKindleDbs=true https://en.wikipedia.org/wiki/Mark_Burgess_(computer_scientist) * Update free-programming-books.md --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 8ce0e93c..3e39f14d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -587,6 +587,7 @@ #### Operating systems +* [A short introduction to operating systems (2001)](http://markburgess.org/os/os.pdf) - Mark Burgess (PDF) * [Computer Science from the Bottom Up](http://www.bottomupcs.com) * [How to Make a Computer Operating System ](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System) (:construction: *in process*) * [How to write a simple operating system in assembly language](http://mikeos.sourceforge.net/write-your-own-os.html) - Mike Saunders (HTML) -- GitLab