Re: struct proc definition
Re: struct proc definition
- Subject: Re: struct proc definition
- From: Justin Walker <email@hidden>
- Date: Thu, 24 Jun 2004 10:13:36 -0700
On Jun 24, 2004, at 9:11, Matthew Jaffa wrote:
search for proc.h on your machine
in User space it will be something like usr/include/sys/proc.h and
in kernel space Frameworks/Kernel.Framework/......./sys/proc.h
<---- pick among the search results
Just to clarify Matthew's response: there is no user/kernel space
difference here. The file 'proc.h' defines the proc structure, of
which there is only one.
The file can be found in "/usr/include/sys", for access by the normal C
compiler operation. It is also in the Kernel framework, for access by
Xcode's KEXT build scheme. This also lays the groundwork for building
KEXTs for different versions of the kernel, but that is a story for
another time.
Regards,
Justin
--
Justin C. Walker, Curmudgeon-At-Large *
Institute for General Semantics | If you're not confused,
| You're not paying attention
*--------------------------------------*-------------------------------*
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.