From b4aaff56a7f37f8168147d123a3b17de0e80eb8f Mon Sep 17 00:00:00 2001 From: g1n Date: Mon, 16 Aug 2021 11:29:42 +0000 Subject: [PATCH] Add Linux Device Drivers book --- books.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/books.html b/books.html index 5ed0711..6a885d7 100644 --- a/books.html +++ b/books.html @@ -19,7 +19,8 @@

Linux/UNIX

  • Linux System Programming (by Robert Love)
  • -
  • Linux Kernel Development (by Robert Love)
  • +
  • Linux Kernel Development (by Robert Love)
  • +
  • Linux Device Drivers, Third Edition (by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman)
  • Understanding the Linux Kernel (by Daniel P. Bovet & Marco Cesati)
  • The Linux Programming Interface (TLPI) (by Michael Kerrisk)
  • Beej's Guide to Unix Interprocess Communication