8000 Update README.md with reader-reported Errata (pg 385) · ymm238/Linux-Kernel-Programming@f6c787a · GitHub
[go: up one dir, main page]

Skip to content

Commit f6c787a

Browse files
authored
Update README.md with reader-reported Errata (pg 385)
1 parent eaef3db commit f6c787a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ Wrt the PDF doc:
8181

8282
`Aarch64: 4 : 48 --> 49 : 256T:256T : corrected (allows for total of 512 T)`
8383

84+
- pg 385:
85+
- 'On high-en 7011 d enterprise server class systems running the Itanium (IA-64) processor, MAX_ORDER can be as high as 17 (implying a
86+
largest chunk size on order (17-1), thus of 216 = 65,536 pages = 512 MB chunks of physically contiguous RAM on order 16 of the freelists, for
87+
a 4 KB page size).'
88+
should be:
89+
'On high-end enterprise server class systems running the Itanium (IA-64) processor, MAX_ORDER can be as high as 17 (implying a
90+
largest chunk size on order (17-1), thus of 216 = 65,536 pages = *256 MB* chunks of physically contiguous RAM on order 16 of the freelists, for
91+
a 4 KB page size).'
92+
8493
- pg 388:
8594
- '... 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.
8695

0 commit comments

Comments
 (0)
0