Commit 9121782e authored by Carlos Bilbao's avatar Carlos Bilbao Committed by Jonathan Corbet
Browse files

docs: Add relevant kernel publications to list of books



For the list of kernel published books, include publication covering kernel
debugging from August, 2022 (ISBN 978-1801075039) and one from March, 2021
on the topic of char device drivers and kernel synchronization (ISBN
978-1801079518). Also add foundational book from Robert Love (ISBN
978-1449339531) and remove extra spaces.

Co-developed-by: default avatarKaiwan N Billimoria <kaiwan.billimoria@gmail.com>
Signed-off-by: default avatarKaiwan N Billimoria <kaiwan.billimoria@gmail.com>
Signed-off-by: default avatarCarlos Bilbao <carlos.bilbao@amd.com>

Link: https://lore.kernel.org/r/20230222183445.3127324-1-carlos.bilbao@amd.com


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent c500488f
Loading
Loading
Loading
Loading
+31 −5
Original line number Diff line number Diff line
@@ -75,14 +75,40 @@ On-line docs
Published books
---------------

    * Title: **Linux Kernel Debugging: Leverage proven tools and advanced techniques to effectively debug Linux kernels and kernel modules**

      :Author: Kaiwan N Billimoria
      :Publisher: Packt Publishing Ltd
      :Date: August, 2022
      :Pages: 638
      :ISBN: 978-1801075039
      :Notes: Debugging book

    * Title: **Linux Kernel Programming: A Comprehensive Guide to Kernel Internals, Writing Kernel Modules, and Kernel Synchronization**

          :Author: Kaiwan N. Billimoria
      :Author: Kaiwan N Billimoria
      :Publisher: Packt Publishing Ltd
          :Date: 2021
      :Date: March, 2021
      :Pages: 754
      :ISBN: 978-1789953435

    * Title: **Linux Kernel Programming Part 2 - Char Device Drivers and Kernel Synchronization: Create user-kernel interfaces, work with peripheral I/O, and handle hardware interrupts**

      :Author: Kaiwan N Billimoria
      :Publisher: Packt Publishing Ltd
      :Date: March, 2021
      :Pages: 452
      :ISBN: 978-1801079518

    * Title: **Linux System Programming: Talking Directly to the Kernel and C Library**

      :Author: Robert Love
      :Publisher: O'Reilly Media
      :Date: June, 2013
      :Pages: 456
      :ISBN: 978-1449339531
      :Notes: Foundational book

    * Title: **Linux Kernel Development, 3rd Edition**

      :Author: Robert Love