Hello, Joan Lledó, le dim. 08 nov. 2020 11:45:07 +0100, a ecrit: > - Would it be enough to add the range info to the memory_object_proxy > struct
That looks sensible yes. > - Why is the proxy interface designed to work with arrays? Is vm_map > supposed to call vm_map_enter multiple times for proxies? I guess they wanted to be able to assemble several mappings. You can as well just leave the if (object_count != 1) return KERN_INVALID_ARGUMENT; for now. Samuel