Hi Michael,
In seL4, all memory is managed by user level. In order to access any memory it must be mapped in to the current address space, at which point you can access that memory at will, as long as you have the correct capabilities. Capabilities to all untyped memory in the system are passed in the initial boot info structure to the initial task.
I'd need more information about the system you are using to give more concrete advice, but if you are using our vspace library in seL4_libs it has many functions to access the caps/addresses you need to access the memory.
Cheers
Anna.
________________________________
From: Devel