mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
1b313df419
With `MAP_FIXED` absent from the mmap(3p) flags, "the implementation uses addr in an implementation-defined manner to arrive at pa", which may lead to a mapping at an address diffent to the requested `addr`. Add `MAP_FIXED` to the mmmap flags to force mapping to the specified address. Fixes #5147 |
||
---|---|---|
.. | ||
etc | ||
include/spec/arm_64/trace | ||
lib | ||
recipes | ||
run | ||
src | ||
README |
This repository contains the Linux-specific implementation of Genode.