From 6a0298c4d3765ef627ab6f491f9783928abf3bff Mon Sep 17 00:00:00 2001 From: Boris Egorov Date: Sat, 18 Jan 2014 22:09:50 +0700 Subject: [PATCH] Add book on xv6 operating system --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index b6af3f6d..7c4b1a44 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -398,6 +398,7 @@ * [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 +* [Xv6, a simple Unix-like teaching operating system](http://pdos.csail.mit.edu/6.828/2012/xv6.html) (PDF) ####Parallel Programming * [High Performance Computing](http://cnx.org/content/col11136/latest) (PDF, ePUB) - Charles Severance & Kevin Dowd -- GitLab