[BACK]Return to README CVS log [TXT][DIR] Up to [local] / src / share / lkm

Diff for /src/share/lkm/Attic/README between version 1.3 and 1.4

version 1.3, 2002/01/24 19:36:53 version 1.4, 2003/03/06 04:19:45
Line 44 
Line 44 
         Please do *not* mail me at Novell.          Please do *not* mail me at Novell.
   
   
 1.0     About this build heirarchy  1.0     About this build hierarchy
   
         This is the build heirarchy for the loadable kernel modules          This is the build hierarchy for the loadable kernel modules
         (lkm) command line interface and test suite (including a          (lkm) command line interface and test suite (including a
         set of sample code for each possible module type).          set of sample code for each possible module type).
   
Line 73 
Line 73 
 3.0     Usage warnings  3.0     Usage warnings
   
         Loading a bogus module will kill your machine, but if you are          Loading a bogus module will kill your machine, but if you are
         doing developement, this will end up happening (hopefully)          doing development, this will end up happening (hopefully)
         less frequently than changing, recompiling, installing, and          less frequently than changing, recompiling, installing, and
         rebooting would normally occur.  This should speed developement          rebooting would normally occur.  This should speed development
         considerably for a lot of the in-kernel work that is currently          considerably for a lot of the in-kernel work that is currently
         taking place.          taking place.
   
Line 177 
Line 177 
         Execution interpreters allow loading of programs with magic          Execution interpreters allow loading of programs with magic
         numbers other than the default numbers supported by NetBSD.          numbers other than the default numbers supported by NetBSD.
         The reasoning behind this is to effectively allow user space          The reasoning behind this is to effectively allow user space
         developement of changes in exec format to support, among          development of changes in exec format to support, among
         other things, shared libraries.          other things, shared libraries.
   
         Another portential use requires changing the references to          Another portential use requires changing the references to

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4