Re: Newbie: allocating aligned physically-contiguous memory?



As for making those blocks visible to user memory, do I have to use /dev/kmem, or is there a more transparent way?

Okay, I figured out how to use mmap, with the help of http://www.scs.ch/~frey/linux/memorymap.html.
.