Penguin

Differences between version 2 and previous revision of Module.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Saturday, October 25, 2003 9:23:25 pm by JohnMcPherson Revert
Older page: version 1 Last edited on Wednesday, September 3, 2003 11:18:47 am by JohnMcPherson Revert
@@ -1,5 +1,5 @@
 In computer software, a [Module] means an optional piece of code that isn't required for a program to run, but can be loaded when needed. 
  
-When talking about the [Linux] [Kernel], it means a driver or other piece of code that the kernel can load and use on request. Examples include drivers for various pieces of hardware that aren't required for the computer to boot and work (such as sound card or graphics card drivers), and modules for various network protocols and disk formats that might not be used very often, so don't need to be loaded in memory all the time (such as the ISO-9660 disk format used by [CDROM]s, or the [PPP] or [IPv6] network protocols). 
+When talking about the [Linux] [Kernel], it means a Driver or other piece of code that the kernel can load and use on request. Examples include [DeviceDriver]s for various pieces of hardware that aren't required for the computer to boot and work (such as sound card or graphics card drivers), and modules for various network protocols and disk formats that might not be used very often, so don't need to be loaded in memory all the time (such as the ISO-9660 disk format used by [CDROM]s, or the [PPP] or [IPv6] network protocols). 
  
 See KernelErrorMessages for some errors related to modules, and ModuleInitTools for information about modules with the upcoming [LinuxKernel2.6].