From 87a038f6e75c0cfa997b24354bade15326fdd535 Mon Sep 17 00:00:00 2001 From: Richard Primus Date: Thu, 29 Oct 2015 18:09:41 +0000 Subject: [PATCH 1/2] Add kextstat command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 829d289..ec2cf5b 100644 --- a/README.md +++ b/README.md @@ -1011,6 +1011,11 @@ sudo sysdiagnose -f ~/Desktop/ ### Kernel Extensions +#### Show Status of Loaded Kernel Extensions +```bash +sudo kextstat -l +``` + #### Load Kernel Extension ```bash sudo kextload -b com.apple.driver.ExampleBundle From b4850d433973753aaee30afe563fe42e59e8f593 Mon Sep 17 00:00:00 2001 From: Richard Primus Date: Thu, 29 Oct 2015 18:16:57 +0000 Subject: [PATCH 2/2] Change title to conform to contributing.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec2cf5b..9f2fd92 100644 --- a/README.md +++ b/README.md @@ -1011,7 +1011,7 @@ sudo sysdiagnose -f ~/Desktop/ ### Kernel Extensions -#### Show Status of Loaded Kernel Extensions +#### Display Status of Loaded Kernel Extensions ```bash sudo kextstat -l ```