Skip to content

Commit 5c9100e

Browse files
committed
Linux: properly define PFNs
1 parent a8cbda0 commit 5c9100e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ From pgtable.h:
223223
```
224224

225225
The definition of `USER_PTRS_PER_PGD` evaluates to 128. This macro is used to
226-
reserve the first 128 pfn's for user space leaving pfn's 128 to 255 for kernel
226+
reserve the first 128 **page frame numbers** or **PFNs** for user space leaving PFNs 128 to 255 for kernel
227227
space.
228228

229229
#### Physical Addresses

0 commit comments

Comments
 (0)