From 57dbd84332fedb77ccf8efa65fa447bd793e0368 Mon Sep 17 00:00:00 2001 From: Brian Gordon Date: Sun, 13 Oct 2013 22:36:10 -0400 Subject: [PATCH] Added Ulrich Drepper's "What Every Programmer Should Know About Memory" --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5f0e469e..8a231b4a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -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 -- GitLab