Fix sort order, category name

This commit is contained in:
Marcel Bischoff 2015-09-24 18:59:05 +02:00
parent 3c4459c0ea
commit 9511826e66

View File

@ -429,7 +429,19 @@ sudo fdesetup status
sudo sysdiagnose -f ~/Desktop/
```
### Memory
### Kernel Extensions
#### Load Kernel Extension
```bash
sudo kextload -b com.apple.driver.ExampleBundle
```
#### Unload Kernel Extensions
```bash
sudo kextunload -b com.apple.driver.ExampleBundle
```
### Memory Management
#### Purge memory cache
```bash
@ -477,18 +489,6 @@ sudo nvram boot-args="-x"
sudo nvram boot-args=""
```
### Kernel Extensions
#### Load Kernel Extension
```bash
sudo kextload -b com.apple.driver.ExampleBundle
```
#### Unload Kernel Extensions
```bash
sudo kextunload -b com.apple.driver.ExampleBundle
```
## License