Created Mac OS X driver (markdown)

wvengen
2014-10-17 16:38:25 -07:00
parent 6020ef23de
commit 8e96bd1413

15
Mac-OS-X-driver.md Normal file

@@ -0,0 +1,15 @@
The MacOSX driver is `/System/Library/Extensions/AppleCameraInterface.kext`. Metadata:
CFBundleIdentifier: com.apple.driver.AppleCameraInterface
CFBundleVersion: 1.0.0
IOClass: AppleCamIn
IOPCIMatch: 0x157014E4
IOPCITunnelCompatible: true
IOProbeScore: 3096
IOProviderClass: IOPCIDevice
## Working with kexts
* [Kernel Extensions Programming Topics](https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/KEXTConcept/) (Apple)
* [Resolving kernel symbols](http://ho.ax/posts/2012/02/resolving-kernel-symbols/)
* [A Kernel Extension ... by hand](http://unixjunkie.blogspot.nl/2006/12/kernel-extension-by-hand.html)
* [KEXT Debugging on Mac](http://praveenmatanam.wordpress.com/2008/05/22/kext-debugging-on-mac/)