1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-01 22:10:48 +00:00

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
This commit is contained in:
Dzmitry Lahoda 2018-06-26 19:47:36 +03:00 committed by eshellman
parent b52ddd3466
commit 0e35b453eb

View File

@ -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)