home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / a / bin / modules-.2 / modules- / modules-1.2.8 / README < prev    next >
Encoding:
Text File  |  1995-05-30  |  1.5 KB  |  45 lines

  1. This version of the module utilities is called "modules-1.2.8"
  2. It is an upgrade from modules-1.1.87, and the bugs have been modified (:-)
  3. This means: You do _not_ have to apply the ftape patches for insmod!!!
  4.  
  5.  
  6. Note:    There are some small patches needed for a basic linux-1.2.8.
  7.     These are included in the file "vital-patch-for-linux-1.2.8"
  8.     and will make a ppp-module more well-behaved, as well as
  9.     taking care of a potential "Oops" in "kernel/module.c"
  10.     Please apply the patch by:
  11.         cd /usr/src
  12.         patch -p0 < vital-patch-for-linux-1.2.8
  13.     Then remake your kernel the usual way...
  14.  
  15.  
  16. Do 'make install' in this directory to get the following tools:
  17.  
  18. insmod:
  19.     insmod        install a loadable module
  20.     rmmod        remove module(s)
  21.     ksyms        show symbols
  22.     lsmod        show modules
  23.  
  24.     Note 1: insmod, rmmod and ksyms are rolled into one binary.
  25.     Note 2: insmod can handle both a.out and ELF modules (and kernels).
  26.     Note 3: insmod knows about symbol versions (generated by genksyms),
  27.         but can also handle unversioned kernels and/or modules.
  28.  
  29. genskyms:
  30.     genksyms    version generator for module symbols,
  31.             to be run automatically during kernel make
  32.             if CONFIG_MODVERSIONS was selected in "make config"
  33.  
  34. depmod:
  35.     modprobe    load (a stack of) modules, controlled by a "makefile"
  36.             and a configuration file.
  37.     depmod        generate dependencies for modprobe.
  38.  
  39.     Note 1: modprobe and depmod are rolled into one binary
  40.     Note 2: Take a look at the example for "/etc/conf.modules"!
  41.  
  42.  
  43.  
  44. Bjorn Ekwall and Jacques Gelinas in May 1995
  45.