mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
Base: Describe kernel modules, syscalls, and programs
This commit is contained in:
parent
efa7141d14
commit
033de7efe2
5 changed files with 181 additions and 0 deletions
25
Base/usr/share/man/man1/modload.md
Normal file
25
Base/usr/share/man/man1/modload.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
## Name
|
||||
|
||||
modload - load a kernel module
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ modload <path>
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Load a kernel module specified by *path*.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ modload /mod/TestModule.o
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
* [`modunload`(1)](modunload.md)
|
||||
* [`module_load`(2)](../man2/module_load.md)
|
||||
* [`kernel_modules`(7)](../man7/kernel_modules.md)
|
Loading…
Add table
Add a link
Reference in a new issue