]> Zhao Yanbai Git Server - minix.git/commit
Env_memory_parse: move into VM 14/714/1
authorAntoine Leca <Antoine.Leca.1@gmail.com>
Wed, 3 Apr 2013 13:14:34 +0000 (15:14 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 7 Aug 2013 16:30:27 +0000 (16:30 +0000)
commit521de2a716159df59e7c1cf1e3bb968ec141f1c8
tree4908b320805a81a05b5268fb45f04877648728f8
parentcfc36e5fd3108a18a6541b8032e091be1d8da914
Env_memory_parse: move into VM

Only possible user of that function.
While here, fix bug about NR_MEMS vs MAXMEMMAP
NR_MEMS=16 is currently less than MAXMEMMAP=40; avoid overriding
include/env.h
lib/libsys/env_parse.c
servers/vm/utility.c