map share memory to kernel space

Ryan Stone rysto32 at gmail.com
Mon Feb 14 16:14:35 UTC 2011


Is your goal just to share memory between userland applications and
the kernel?  Can the kernel allocate the memory?  If so, the easiest
way to share memory would be to create a device under /dev and have
the userland application mmap it.


More information about the freebsd-hackers mailing list