darwin sources/xnu
darwin sources/xnu
- Subject: darwin sources/xnu
- From: Matt Jaffa <email@hidden>
- Date: Fri, 23 Apr 2004 09:03:42 -0600
Hi,
I am a little confused, I have been looking in at
kern_sysctl.c, and kern_newsysctl.c in the kern folder of the xnu
darwin source
to understand how kernel_sysctl(......) works.
and in both files it is defined there, so which kernel_sysctl is the
one that my KEXT project is going to use, I am assuming kernel_sysctl
in the kern_newsysctl.c since it has new in it.
What if I want to use the old one, cause it seems that the
kernel_sysctl in the old one would work, right now kernel_sysctl is
always returning error 2, ENOENT.
Matt
_______________________________________________
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.