Skip to content

Commit

Permalink
Document new NVRAM variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rgov committed Sep 25, 2018
1 parent bb60830 commit 137c5db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Load the kernel extension with:
If loading the kext fails: Reboot into Recovery Mode and disable kext security
restrictions using `csrutil enable --without kext`.

If you are developing the kext, you should know that the NVRAM variable `t3u-incompatible` is written whenever there is a panic while loading the kext. The presence of this variable prevents the kext from loading again on the same system version. You may want to disable the code that does this (in Thunderbolt3Unblocker.c), or delete it with `nvram -d t3u-incompatible`.


## `xnu_override`

Expand Down

0 comments on commit 137c5db

Please sign in to comment.