Re: System call dispatch table
Re: System call dispatch table
- Subject: Re: System call dispatch table
- From: Terry Lambert <email@hidden>
- Date: Fri, 21 Oct 2005 17:06:44 -0700
On Oct 21, 2005, at 1:33 PM, Timothy Weiand wrote:
I remember some chatter about the system call dispatch table no
longer being exported by the kernel. Does anyone know how to work
around this?
I am specifically looking to redirect k_open (for fun and pleasure).
-Timothy
1) There is no k_open in sysent[]; you are probably thinking of
something else
2) Use the KPIs instead
3) Reconsider your approach to solving the problem you are trying to
solve
3b) Consider describing the problem you are trying to solve so that
people on this list can suggest approaches
4) Compile your own kernel from the Darwin sources + your modifications
-- Terry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden