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.intro-kerneld < prev    next >
Encoding:
Text File  |  1995-05-31  |  973 b   |  21 lines

  1. In the directory "kerneld.intended_for_1.3" you can see an implementation
  2. of a fully automatic "on demand" loading and unloading of modules.
  3. This is intended to make a Linux kernel look like it had been configured
  4. with all drivers included.  The kerneld support will make the kernel
  5. load any module it needs, whenever it finds out that it needs it!
  6. This includes filesystems, net drivers and whatever else that is
  7. available as kernel loadable modules... ftape and iBCS too!
  8.  
  9. E.g. whenever an "ifconfig eth0 ..." is made, the relevant net driver
  10. is loaded, a "mount /cdrom" will load the isofs module automatically
  11. and so on...
  12. There is even support for automatic dialling of e.g. ppp-connections!
  13. (The connection will be gracefully taken down automatically as well)
  14.  
  15. Read the file "kerneld/README.kerneld" for more info.
  16.  
  17. The kerneld package is usable (and developed) on Linux-1.2.8, but is
  18. intended for version 1.3.*, i.e. "bleeding edge"...
  19.  
  20. Bjorn Ekwall <bj0rn@blox.se>
  21.