]> Zhao Yanbai Git Server - minix.git/commit
vm: enable filemap=1 by default 11/811/3
authorBen Gras <ben@minix3.org>
Fri, 13 Sep 2013 12:05:50 +0000 (12:05 +0000)
committerBen Gras <ben@minix3.org>
Fri, 13 Sep 2013 12:56:41 +0000 (12:56 +0000)
commitb5951f9663cb12953fe3fc249f6ef7dae07e21e1
treedb2af22aa9c3695c041b7a9c379542db7e88f244
parent4f52c9ea2e16179eead10a306843f181232a2be7
vm: enable filemap=1 by default

. turns on mmap() functionality for files by default
. also causes exec() to use it to map in executables
  without copying and with sharing those pages with the
  disk cache and other instances of the executable

Change-Id: Idb94dfe110eed916cf83b12c45e1a77241a2cee5
etc/boot.cfg.default
servers/vm/main.c
test/run