]> Zhao Yanbai Git Server - minix.git/commit
. VM needs a higher priority than VFS, PM etc
authorBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 14:21:47 +0000 (14:21 +0000)
committerBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 14:21:47 +0000 (14:21 +0000)
commitb61687fb1b219084a3e0474b5e26701ce5cb6970
treebee7b7106a2ac7a24606ac97b449385ef844e3aa
parent034b5c60420d9fc3479a2f3ee37198a644356ebe
 . VM needs a higher priority than VFS, PM etc
 . introduce FULLVM flag: MEMORY and the initial MFS
   get their own full address spaces, making their stacks
   and heaps not preallocated (well, freed after VM has
   initialized it) and letting them allocate more dynamically.
   MEMORY in particular needs this to map in physical memory
   using its own page table, without having to allocate.
kernel/table.c