ladybird/Base/usr/share/man/man8/modload.md
Andreas Kling 4fa7146da1 Base: Move the modload and modunload command documentation to man8
These are system administration commands, not intended for use by
all users. These tend to go in section 8.
2020-01-02 12:37:19 +01:00

337 B

Name

modload - load a kernel module

Synopsis

$ modload <path>

Description

Load a kernel module specified by path.

Examples

$ modload /mod/TestModule.o

See also