Is vremap() the only way of mapping in an area of physical memory to a virtual address? I understand that its use
is restricted to drivers statically compiled into the kernel.
I want to be able to map in an area of physical memory
(0xd0000, say) within a kernel module. Is this possible?
|