| Main index | Section 8 | 日本語 | Options |
If a bare filename is requested it will only be loaded if it is found within the module path as defined by the sysctl kern.module_path. To load a module from the current directory it must be specified as a full or relative path. The kldload utility will warn if a module is requested as a bare filename and is present in the current directory.
The following options are available:
| | |
| Do not try to load module if already loaded. | |
| | |
| Be more verbose. | |
| | |
| Silence any extraneous warnings. | |
| /boot/kernel | |
| directory containing loadable modules. Modules must have an extension of .ko. | |
> kldload foo
To load by file name within the module path:
> kldload foo.ko
To load by relative path:
> kldload ./foo.ko
To load by full path:
> kldload /boot/kernel/foo.ko
Only those modules necessary for booting the system, including those required for mounting the root filesystem, should be handled by loader.conf(5).
| KLDLOAD (8) | December 20, 2023 |
| Main index | Section 8 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
