Kldstat
From FreeBSDwiki
(Difference between revisions)
(Tel what is kldstat useful for) |
m (Reverted edits by 194.244.33.11 (Talk); changed back to last version by Phoenix) |
||
(One intermediate revision by one user not shown) | |||
Line 5: | Line 5: | ||
2 15 0xc07e7000 5d2f0 acpi.ko | 2 15 0xc07e7000 5d2f0 acpi.ko | ||
− | Modules | + | Modules are stored on disk in ''/boot/kernel/''. They can be loaded using [[kldload]] and unloaded using [[kldunload]]. |
[[Category:System Commands]] | [[Category:System Commands]] |
Latest revision as of 17:03, 8 January 2008
kldstat is used to list all the modules loaded into the kernel, for example :
shell> kldstat Id Refs Address Size Name 1 10 0xc0400000 3e6638 kernel 2 15 0xc07e7000 5d2f0 acpi.ko
Modules are stored on disk in /boot/kernel/. They can be loaded using kldload and unloaded using kldunload.