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-11-15 16:07:29 +01:00
2012-04-16 05:21:20 +02:00
2012-09-18 13:17:52 +02:00
2012-02-16 01:48:46 +00:00
2012-12-26 16:14:41 +00:00
2012-06-28 15:20:53 +02:00
2012-05-10 16:38:24 +02:00