mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Revised region management detects region conflicts by using _soft_ mappings per default. Overmapping is activated for population of managed dataspaces only. For more information see header documentation of base-linux/src/base/env/rm_session_mmap.cc. Fixes #883.
6 lines
89 B
Makefile
6 lines
89 B
Makefile
TARGET = test-lx_rmap_static
|
|
SRC_CC = main.cc
|
|
LIBS = base
|
|
|
|
vpath main.cc $(PRG_DIR)/..
|