Skip to content

Instantly share code, notes, and snippets.

@Hiromi-nee
Created April 20, 2012 08:05
Show Gist options
  • Save Hiromi-nee/2427024 to your computer and use it in GitHub Desktop.
Save Hiromi-nee/2427024 to your computer and use it in GitHub Desktop.
XNU Syscall location
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
@Hiromi-nee
Copy link
Author

/System/Library/Frameworks/Kernel.framework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment