diff --git a/Mac-OS-X-driver.md b/Mac-OS-X-driver.md index 7594c9a..8719e30 100644 --- a/Mac-OS-X-driver.md +++ b/Mac-OS-X-driver.md @@ -17,4 +17,5 @@ Looking at the strings in the kext bundle, there are references to DDR memory, l * [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 +Enter the following command as superuser and reboot the system: + nvram boot-args="camLogging=0xffffffff" \ No newline at end of file