Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
Ben Gras b61687fb1b . 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.
2008-12-11 14:21:47 +00:00
boot make allocmem accept and return values in bytes, ramdisk expects this. 2008-11-19 15:40:17 +00:00
commands Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
docs Note about mkfs needing more memory after r2751. 2007-02-23 08:33:33 +00:00
drivers umap fix 2008-12-08 17:06:38 +00:00
etc Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
include vm map request - ioctl to /dev/video 2008-12-11 14:11:59 +00:00
kernel . VM needs a higher priority than VFS, PM etc 2008-12-11 14:21:47 +00:00
lib make allocmem accept and return values in bytes, ramdisk expects this. 2008-11-19 15:40:17 +00:00
man obsolete manpages (these have become packages) 2007-04-24 13:25:57 +00:00
servers - code shared with exec() letting boot-time processes have 2008-12-08 16:43:20 +00:00
test throw out two time consuming tests 2008-10-01 15:09:33 +00:00
tools minor fixes 2008-11-19 14:10:33 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile include libraries. 2008-11-19 13:15:35 +00:00