IPC: interprocess communications
Ok, I wrote this KEXT, a NKE, and I want to communicate with this daemon that i will have running, so that the daemon can do all the reading and writing to files since it is not smart to do it in the kernel, How do I communicate between the two, I know that if you match the KEXT from within the daemon you can call the KEXT methods, but is there any way that the KEXT can start the communication. I have tried using mach_msg within the KEXT, when i compile it, everything is fine, but when i try to load the KEXT it says it cant load because it can't find _mach_msg ->> which means it can't link it right at load time. Any suggestions? Thanks _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Matt Jaffa