1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-12-22 23:08:54 +00:00

Added Ulrich Drepper's "What Every Programmer Should Know About Memory"

This commit is contained in:
Brian Gordon 2013-10-13 22:36:10 -04:00
parent d1760c327e
commit 57dbd84332

View File

@ -449,6 +449,7 @@
* [The Linux Kernel Module Programming Guide](http://tldp.org/LDP/lkmpg/2.6/html/)
* [Secure Programming for Linux and Unix](http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO.html)
* [Linux from Scratch](http://www.linuxfromscratch.org/lfs/view/stable/)
* [What Every Programmer Should Know About Memory](http://www.akkadia.org/drepper/cpumemory.pdf)
###Lisp