genode/base-linux/include
Norman Feske f081733f4b Linux: remove 'some_mem' array in core
The Linux version of core used a part of the BSS to simulate access to
physical memory. All dataspaces would refer to a portion of 'some_mem'.
So every time when core would access the dataspace content, it would
access its local BSS. For all processes outside of core, dataspaces were
represented as files. This patch removes the distinction between core
and non-core processes. Now, core uses the same 'Rm_session_mmap'
implementation as regular processes. This way, the 'some_mem' could be
abandoned. We still use BSS variable for allocating core-local meta
data through.
2012-12-04 20:51:29 +01:00
..
base Linux: remove 'some_mem' array in core 2012-12-04 20:51:29 +01:00
linux_cpu_session cpu_session: Access thread state by value 2012-11-23 12:20:22 +01:00
linux_dataspace Linux: Don't access file system outside of core 2012-11-05 17:31:04 +01:00
linux_pd_session Propagate process labels to PD sessions 2012-11-05 17:31:04 +01:00
pd_session Generalize handling of PD-session arguments 2012-11-21 20:04:07 +01:00
rm_session Removed linux-specific 'local_interface.h' 2012-11-05 17:31:04 +01:00