11 Jun
2003
11 Jun
'03
7:04 a.m.
Hi Joey, The kernel header file sys/proc.h might have what you need: extern struct proc *initproc, *kernproc; try passing kernproc to the open call. Sam On Wednesday, Jun 11, 2003, at 15:00 Australia/Melbourne, darwin-kernel-request@lists.apple.com wrote: How can I get the current process from inside a kernel extension? I've tried calling currentProcess(), but when that is included, the KEXT won't load becuase of unresolved symbols. _______________________________________________ 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.
8184
Age (days ago)
8184
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sam Vaughan