Created
April 20, 2012 08:05
-
-
Save Hiromi-nee/2427024 to your computer and use it in GitHub Desktop.
XNU Syscall location
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xnu_quick_test -- performs some tests on xnu | |
| http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/tools/tests/xnu_quick_test/README | |
| XNU Mach syscalls | |
| http://www.opensource.apple.com/source/xnu/xnu-1699.24.23/osfmk/kern/syscall_sw.c | |
| http://www.opensource.apple.com/source/xnu/xnu-1699.24.23/osfmk/kern/syscall_emulation.c | |
| http://www.opensource.apple.com/source/xnu/xnu-1699.24.23/osfmk/kern/syscall_subr.c | |
| XNU BSD syscalls | |
| http://www.opensource.apple.com/source/xnu/xnu-1699.24.23/bsd/kern/syscalls.master | |
| OSX Kernel panic logs | |
| http://support.apple.com/kb/ht2546 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/System/Library/Frameworks/Kernel.framework