FreeBSD Manual Pages
KLDLOAD(8) BSD System Manager's Manual KLDLOAD(8) NAME kldload -- load a file into the kernel SYNOPSIS kldload [-v] filename DESCRIPTION The kldload loads the file filename.ko into the kernel using the kernel linker. The following option is available: -v Be more verbose. FILES /modules directory containing loadable modules. Modules must have an extension of .ko. DIAGNOSTICS The kldload utility exits 0 on success, and >0 if an error occurs. AUTOMATICALLY LOADING MODULES Some modules (ipfw, ipf, etc.) may be automatically loaded at boot time by having their operation enabled in rc.conf(5). Modules may also be auto-loaded through their addition to loader.conf(5). SEE ALSO kldload(2), loader.conf(5), rc.conf(5), kldstat(8), kldunload(8) HISTORY The kldload command first appeared in FreeBSD 3.0, replacing the lkm(4) interface. AUTHORS Doug Rabson <dfr@FreeBSD.org> BSD April 25, 1997 BSD
NAME | SYNOPSIS | DESCRIPTION | FILES | DIAGNOSTICS | AUTOMATICALLY LOADING MODULES | SEE ALSO | HISTORY | AUTHORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=kldload&sektion=8&manpath=FreeBSD+4.6-RELEASE>