8000 Updated Errata section · yurembo/Linux-Kernel-Programming@275cf18 · GitHub
[go: up one dir, main page]

Skip to content

Commit 275cf18

Browse files
authored
Updated Errata section
1 parent f56c818 commit 275cf18

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,24 @@ Wrt the PDF doc:
8181
- pg 388:
8282
- '... 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.
8383

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+
84102

85103
### Related products
86104
* 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
100118
### Download a free PDF
101119

102120
<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>
103-
<p align="center"> <a href="https://packt.link/free-ebook/9781789953435">https://packt.link/free-ebook/9781789953435 </a> </p>
121+
<p align="center"> <a href="https://packt.link/free-ebook/9781789953435">https://packt.link/free-ebook/9781789953435 </a> </p>

0 commit comments

Comments
 (0)
0