minix/servers/vm/arch/i386
Ben Gras 29edcad310 vm: replace phys avl by array
. make vm be able to use malloc() by overriding brk()
   and minix_mmap() functions
 . phys regions can then be malloc()ed and free()d instead
   of being in an avl tree, which is slightly faster
 . 'offset' field in phys_region can go too (offset is implied
   by position in array) but leads to bigger code changes
2012-12-26 16:14:41 +00:00
..
Makefile.inc No more intel/minix segments. 2012-07-15 22:30:15 +02:00
pagetable.c vm: replace phys avl by array 2012-12-26 16:14:41 +00:00
pagetable.h vm: reduce noise in merged pagetable.c 2012-11-09 19:00:46 +01:00