Re: Interface for communicating from kernel to user mode
Peter Skvarka <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Organization | Soft in Engines |
| Message-ID | <[email protected]> |
Resolved, vmspace initialization was missing. I used uio_setup_sysspace(&my_uio); Now I am seeing message in kernel which was sent through socket pair from user space. Thanks for all your detailed answers. Peter