View | Details | Raw Unified | Return to bug 29605
Collapse All | Expand All

(-)kernelchapterX.sgml.txt (-1 / +1 lines)
Lines 85-91 Link Here
85
      kernel's functionality is contained in modules which can be dynamically
85
      kernel's functionality is contained in modules which can be dynamically
86
      loaded and unloaded from the kernel as necessary.  This allows the
86
      loaded and unloaded from the kernel as necessary.  This allows the
87
      kernel to adapt to new hardware suddenly becoming available (such as
87
      kernel to adapt to new hardware suddenly becoming available (such as
88
      PCMCIA cards in a laptop), or for new functionality to be bought in to
88
      PCMCIA cards in a laptop), or for new functionality to be brought in to
89
      the kernel that was not necessary when the kernel was originally
89
      the kernel that was not necessary when the kernel was originally
90
      compiled.  Colloquially these are called KLDs.</para>
90
      compiled.  Colloquially these are called KLDs.</para>

Return to bug 29605