> > What is the usual way to access physical ram instead of virtual ram?
> > How can I convert addresses between physical and virtual ram?

> Same way/addresses you do virtual RAM.  With physical RAM, you would 
> have to have a way to get non-swappable pages from the kernel.

I think he was talking about the addressing issue. See my other post.
  I
> think there might be some code/ioctl to do this in newer Linux kernels, 

Yes: mlock(const void *addr, size_t len)

CU, ANdy

-- 
Andreas Beck             |  Email :  <[EMAIL PROTECTED]>

Reply via email to