Hurd and x86 improvements
Hurd changes:
-
Use double underscore variant of a symbol to avoid symbol clashes with other libraries
-
Ensure that regions are probed during probe
x86 changes:
- Split out access to /dev/mem to a separate function with x86/hurd compile time ifdef because hurd accesses memory slightly differently when root filesystem is not available.
Common changes:
- Remove check for memory == NULL for mapping ranges so mappings occur unconditionally
Edited by Damien Zammit