These are the even NEWER modules utility programs.
They will only work on kernels 1.1.23 and onwards.
This is an upgrade from modules-1.2.8, and the bugs have been modified (:-)

Note:
- support for M68K added (thanks to Andreas Schwab)
- You do _not_ have to patch with the ftape patches for insmod!!!
- insmod will load ELF modules into a.out kernels and vice versa...
- You can now load an unversioned module into a versioned kernel.
- If you omit the '.o' extension, insmod will look for it by itself
- If you create the environment variable MODPATH, insmod will look there
- You _have_ to use gcc 2.6.3 or later for the kernel and these programs!
- The manual pages actually contain information!!!
- You can now use persistent module data to set the symbol values at insmod.

Try 'make test' for a check of the package by using the module drv_hello

Do 'make install' in this directory for the new versions.
Binaries will be installed in /sbin, manual pages in /usr/man/man[12].

insmod     -- install a kernel module (see the man page!).
lsmod      -- list currently installed modules and dependencies.
rmmod      -- remove a currently installed module (or many).
ksyms      -- show currently exported kernel symbols

drv_hello -- example device driver. 

Look at the stuff in Stacking/* to see how you can build stacks of
modules with some extra functionality!

Bjorn Ekwall == bj0rn@blox.se
