Richard Braun, le Sat 13 Sep 2014 10:13:48 +0200, a écrit : > (with the interesting addition that, if MAP_FIXED isn't set, > but the hint is non-zero, the returned mapping must not start at > address 0).
Well, it's not easy to implement this, since vm_map is generic, and could be used for other kinds of address spaces. But we should be fine, thanks to the _hurd_startup guard map at 0. Samuel