Skip to content

Commit 9be51b4

Browse files
Add instructions for unloading the kernel module
Clarifies how to unload the kxo kernel module after use. Co-authored-by: Po-Ying Chiu <[email protected]>
1 parent f7c316a commit 9be51b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ Simply run the command below after the kernel module is loaded:
4141
$ sudo ./xo-user
4242
```
4343

44+
To unload the kernel module, use the command:
45+
```
46+
$ sudo rmmod kxo
47+
```
48+
4449
## License
4550

4651
`kxo` is released under the MIT license. Use of this source code is governed

0 commit comments

Comments
 (0)