Add Linux Device Drivers book

This commit is contained in:
g1n 2021-08-16 11:29:42 +00:00
parent 37e2638322
commit b4aaff56a7
1 changed files with 2 additions and 1 deletions

View File

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