You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,24 @@ Wrt the PDF doc:
81
81
- pg 388:
82
82
- '... the next available memory chunk is on order 7, of size 256 KB.' should be: '... the next available memory chunk is on order 6, of size 256 KB.
83
83
84
+
- pg 661:
85
+
- '... there is a incorrect reference regarding a folder chp15/kthread_simple/kthread. The correct reference should be ch5/kthread_simple/kthread in part 2 of the book's GitHub [[Repository]](https://github.com/PacktPublishing/Linux-Kernel-Programming-Part-2)
86
+
87
+
- pg 665:
88
+
- '...In info/Tip:
89
+
```
90
+
"The material in this section assumes you have at least a base understanding of accessing
91
+
peripheral device (chip) memory and registers; we have covered this in detail in
92
+
Chapter 13, Working with Hardware I/O Memory. Please ensure that you understand it before moving forward.
93
+
```
94
+
should be
95
+
```
96
+
"The material in this section assumes you have at least a base understanding of accessing
97
+
peripheral device (chip) memory and registers; we have covered this in detail in
98
+
Linux Kernel Programming Part 2 - Chapter 3, Working with Hardware I/O Memory.
99
+
Please ensure that you understand it before moving forward."
100
+
```
101
+
84
102
85
103
### Related products
86
104
* Mastering Linux Device Driver Development [[Packt]](https://www.packtpub.com/product/Mastering-Linux-Device-Driver-Development/9781789342048)[[Amazon]](https://www.amazon.com/Mastering-Linux-Device-Driver-Development/dp/178934204X)
@@ -100,4 +118,4 @@ Kaiwan has worked on many aspects of the Linux system programming stack, includi
100
118
### Download a free PDF
101
119
102
120
<i>If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.<br>Simply click on the link to claim your free PDF.</i>
0 commit comments