genode/base-linux/run/lx_rmap_static.run
Christian Helmuth 385b7cdd31 base-linux: revised region management
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.
2013-09-26 15:07:08 +02:00

12 lines
207 B
Tcl

#
# \brief Test for Linux-specific region map (static binary)
# \author Christian Helmuth
# \date 2013-09-06
#
set test_type "static"
source ${genode_dir}/base-linux/run/lx_rmap.inc
# vi: set ft=tcl :