1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-28 04:19:00 +00:00

Linux kernel in a nutshell

This commit is contained in:
Kaushik Thirthappa 2013-10-12 03:06:07 +05:30
parent 3988f160af
commit 385d8599a2

View File

@ -134,8 +134,8 @@
* [An Introduction to the Theory of Computation](http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html)
* [Introduction to Functional Programming](http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/) (class lectures and slides)
* [Introduction to Information Retrieval](http://nlp.stanford.edu/IR-book/information-retrieval-book.html)
* [Linux kernel in a Nutshell](http://www.kroah.com/lkn/)
* [Is Parallel Programming Hard, And, If So, What Can You Do About It?](http://kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html)
* [Linux Device Drivers](http://lwn.net/Kernel/LDD3/)
* [Learn to Program](http://pine.fm/LearnToProgram/)
* [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf)
* [Linkers and loaders](http://www.iecc.com/linker/)