minix/servers/vm/arch
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
..
arm vm: merge i386 and arm pagetable code 2012-11-09 18:46:03 +01:00
i386 vm: replace phys avl by array 2012-12-26 16:14:41 +00:00