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
..
2012-10-30 13:55:42 +01:00
2012-11-16 16:37:44 +01:00
2012-04-09 18:08:26 +02:00
2012-10-12 14:52:01 +02:00
2012-10-30 13:55:42 +01:00
2012-08-03 00:20:34 -07:00
2012-12-07 13:58:06 +01:00
2012-11-26 15:20:18 +00:00
2012-12-11 12:00:57 +01:00
2012-12-26 16:14:41 +00:00