These are the NEW modules utility programs.
They depend on the kernel patches supplied.

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. 

MAKE-STACK -- Attempt to support automatic module dependencies (see README)
STACKING   -- A demo of stacked modules (run 'demo')

do 'make install' in this directory for the new versions.
Binaries will be installed in /sbin, manual pages in /usr/man/man1.

Bjorn Ekwall == bj0rn@blox.se
