Skip to content
Snippets Groups Projects
Commit 354d1752 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

modmachine: Implement physical memory access using /dev/mem (Linux, etc).

This requires root access. And on recent Linux kernels, with
CONFIG_STRICT_DEVMEM option enabled, only address ranges listed in
/proc/iomem can be accessed. The above compiled-time option can be
however overriden with boot-time option "iomem=relaxed".

This also removed separate read/write paths - there unlikely would
be a case when they're different.
parent a0a3de60
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment