forked from PacktPublishing/Linux-Kernel-Programming-Part-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathch6_ch7_readme
20 lines (13 loc) · 785 Bytes
/
ch6_ch7_readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
The sample code for Chapters 6 and 7 are available here:
Chapter 6, Kernel Synchronization - Part 1 :
https://github.com/PacktPublishing/Linux-Kernel-Programming/tree/master/ch12
Chapter 7, Kernel Synchronization - Part 2
https://github.com/PacktPublishing/Linux-Kernel-Programming/tree/master/ch13
*UPDATE*
With the 2nd Edition of the 'Linux Kernel Programming' book being released (Feb
2024), the following locations have updated code:
Chapter 12, Kernel Synchronization - Part 1 :
https://github.com/PacktPublishing/Linux-Kernel-Programming_2E/tree/main/ch12
Chapter 13, Kernel Synchronization - Part 2
https://github.com/PacktPublishing/Linux-Kernel-Programming_2E/tree/main/ch13
(Of course, the LKP 2E book's Ch 11 and Ch 12 should be read to make the most of these.)