[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Buffer at fixed memory address ?
Hello !
Thanks for reply.
On Sunday 09 January 2005 20:03, Om wrote:
> I don't know whether it is the right solution, but definitely you can do
> this. I did
> the same thing when I wanted to map board memory to some address.
> You have to do a mmap() on /dev/mem with the address you have to map if
> you want to
> do it from userspace. In kernel you can use an ioremap() call for this.
But what will happen if memory which I try to remap are already in use ? Will
kernel automatically free that memory ?
--
Vladimir
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/