From 6bb8ca47571181d96a312b20afee1c00b700c10f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 21 Jun 2005 00:42:40 +0000 Subject: [PATCH] Add reference to mcp example. --- doc/vm.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/vm.texi b/doc/vm.texi index e4dfc70..acda932 100644 --- a/doc/vm.texi +++ b/doc/vm.texi @@ -787,6 +787,9 @@ it: munmap (map); @end example +The @command{mcp} program in @file{src/examples} shows how to copy a +file using memory-mapped I/O. + @item What if two processes map the same file into memory? There is no requirement in Pintos that the two processes see -- 2.30.2