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. _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
- map share memory to kernel space beezarliu
- Re: map share memory to kernel space John Baldwin
- Re: Re: map share memory to kernel space beezarliu
- Re: map share memory to kernel space John Baldwin
- Re: map share memory to kernel space Ryan Stone
- Re: Re: map share memory to kernel space beezarliu