1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-16 12:52:20 +00:00

Merge pull request #88 from briangordon/patch-1

Added Ulrich Drepper's "What Every Programmer Should Know About Memory"
This commit is contained in:
vhf / victor felder 2013-10-14 01:21:09 -07:00
commit 7e1a70767f

View File

@ -454,6 +454,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