Tagged Questions
2
votes
2answers
311 views
Linux I/O shared memory access
I'm pretty confused on how linux manages I/O shared memory to communicate with devices that use it.
If I understood it correctly linux kernel starts mapped at 0x100000 (to avoid the first megabyte ...