From 1a531607a616154cc3c708a63b2ad056a6cc485b Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Sun, 11 Jan 2015 11:38:56 +0300 Subject: [PATCH] The little book about OS development --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index f4daf1ffa..1d2216c24 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -477,6 +477,7 @@ * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) - Eric S. Raymond * [The Design and Implementation of the Anykernel and Rump Kernels](https://github.com/rumpkernel/book) - Antti Kantee * [The Little Book of Semaphores](http://greenteapress.com/semaphores/) - Allen B. Downey +* [The little book about OS development](https://littleosbook.github.io/) - Erik Helin, Adam Renberg * [Think OS: A Brief Introduction to Operating Systems](http://www.greenteapress.com/thinkos/index.html) (PDF) - Allen B. Downey * [UNIX Application and System Programming, lecture notes](http://www.compsci.hunter.cuny.edu/~sweiss/course_materials/unix_lecture_notes.php) (PDFs) - Prof. Stewart Weiss * [Xv6, a simple Unix-like teaching operating system](http://pdos.csail.mit.edu/6.828/2012/xv6.html) (PDF)