From 128a147d29ad1f51e43dce6f504c86eec452b14d Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Sat, 7 Nov 2015 20:51:00 +0100 Subject: [PATCH] Updated Mac OS X driver (markdown) --- Mac-OS-X-driver.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Mac-OS-X-driver.md b/Mac-OS-X-driver.md index 1826903..7594c9a 100644 --- a/Mac-OS-X-driver.md +++ b/Mac-OS-X-driver.md @@ -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/) \ No newline at end of file +* [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" \ No newline at end of file