This commit is contained in:
Michael Kerrisk 2007-12-23 22:13:45 +00:00
parent 187339e696
commit 218dfacd71
1 changed files with 3 additions and 3 deletions

View File

@ -45,8 +45,8 @@ is that the former approach does not require the kernel to create
additional VMA (Virtual Memory Area) data structures.
To create a non-linear mapping we perform the following steps:
.TP
\fB1.\fP
.TP 3
1.
Use
.BR mmap (2)
to create a mapping (which is initially linear).
@ -54,7 +54,7 @@ This mapping must be created with the
.B MAP_SHARED
flag.
.TP
\fB2.\fP
2.
Use one or more calls to
.BR remap_file_pages ()
to rearrange the correspondence between the pages of the mapping