Updated Mac OS X driver (markdown)

Sven Schnelle
2015-11-07 20:51:00 +01:00
parent f42088c506
commit 128a147d29

@@ -14,4 +14,7 @@ Looking at the strings in the kext bundle, there are references to DDR memory, l
* [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/)
* [KEXT Debugging on Mac](http://praveenmatanam.wordpress.com/2008/05/22/kext-debugging-on-mac/)
## Enabling debug output on the AppleCamera driver
nvram boot-args="camLogging=0xffffffff"