From 07ccaba22b60e007df08ad9d804dd893f97c94dc Mon Sep 17 00:00:00 2001 From: Boris Egorov Date: Sat, 4 Jan 2014 08:04:08 +0700 Subject: [PATCH 1/2] Add Operating Systems book --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 1c6bbb90..abef4cf1 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -251,6 +251,7 @@ * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) - Eric S. Raymond * [The Little Book of Semaphores](http://greenteapress.com/semaphores/) - Allen B. Downey * [Operating Systems and Middleware](https://gustavus.edu/mcs/max/os-book/) (PDF and LaTeX) +* [Operating Systems: Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/) (PDF) * [Practical File System Design:The Be File System](http://www.nobius.org/~dbg/practical-file-system-design.pdf) (PDF) - Dominic Giampaolo From 73eae6e48b4c46533c5481c6ef77b4d3b9316d2b Mon Sep 17 00:00:00 2001 From: Boris Egorov Date: Sat, 4 Jan 2014 08:13:24 +0700 Subject: [PATCH 2/2] Add Wizard Code book --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index abef4cf1..d167eb05 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -516,6 +516,7 @@ * [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm) * [Assembly Language Succinctly](http://www.syncfusion.com/Content/downloads/ebook/Assembly_Language_Succinctly.pdf) * [The Second Book Of Machine Language](http://www.atariarchives.org/2bml/) +* [Wizard Code](http://vendu.twodots.nl/wizardcode.html) ####Non-X86 * [Easy 6502](http://skilldrick.github.io/easy6502/) - Nick Morgan