Fix sort order, category name
This commit is contained in:
parent
3c4459c0ea
commit
9511826e66
26
README.md
26
README.md
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user