Skip to content

Commit

Permalink
add Errata for pg 752 reg the wrongly wrapped 'DEADLOCK ... >' str
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwan committed Jan 26, 2025
1 parent 89588e8 commit 710bc00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ new reader (5) see the new reality*"
- as well, in *Figure 13.16* right side bottom: replace the `kfree(gd_new);` with `kfree(gd);`
- page 752:
- The timeline for kthread 0 instead of "Take lockA -> perform work -> (Try and) take lockA" should be "Take lockA -> perform work -> (Try and) take lockB" and for kthread 1 instead of "Take lockB -> perform work -> (Try and) take lockB" should be "Take lockB -> perform work -> (Try and) take lockA".
- The second 'DEADLOCK ... >' string should appear on the right side, under the right-side '< ... spins forever :' string (it's unfortunately has wrongly wrapped around)
<br>

## Know more on the Discord server <img alt="Coding" height="25" width="32" src="https://cliply.co/wp-content/uploads/2021/08/372108630_DISCORD_LOGO_400.gif">
Expand Down

0 comments on commit 710bc00

Please sign in to comment.