Skip to content

Commit

Permalink
Merge pull request #42 from wllenyj/master
Browse files Browse the repository at this point in the history
chapter05: incorrect linux directory
  • Loading branch information
Dongguage authored Apr 16, 2024
2 parents e0f3204 + 0dc5fcc commit c9a45ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapter05/erratum.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
|P357|图5-23|左上角class2的起始扇区号应为33|左上角class2的起始扇区号应为33||
|P361|右上第一行|器值达到24时就将日寄存器+1并将时寄存器清零。如果当前是单月,那么日寄存器达到31就将月寄存器+1并清零日寄存器;如果当前是双月,那么日寄存器达到31就将月寄存器+1并清零日寄存器;月寄存器达到12则将年寄存器+1并将月寄存器置1(之所以不清零是因为没有0月,但是有0点0分0时)。|器值超过24时就将日寄存器+1并将时寄存器清零。如果当前是单月,那么日寄存器超过30就将月寄存器+1并清零日寄存器;如果当前是双月,那么日寄存器超过30就将月寄存器+1并清零日寄存器;月寄存器超过12则将年寄存器+1并将月寄存器置1(之所以不清零是因为没有0月,但是有0点0分0时)。||
|P407|图5-71上数5行|交换界面|交互界面||
|P410|提示1|或者Linux系统下的/user/lib目录|或者Linux系统下的/usr/lib目录|wllenyj|

建议:

Expand Down

0 comments on commit c9a45ac

Please sign in to comment.