These are the even NEWER modules utility programs.
They will only work on kernels 1.1.23 and onwards.
This version of insmod will even load ELF objects!
NOTE: You _have_ to use gcc 2.5.8 or later for the kernel and these programs!

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. 

In GOOD_STUFF you can find:
	Make-stack -- A feeble attempt to support automatic module dependencies

	Stacking   -- A demo of stacked modules (run 'demo')


Bjorn Ekwall == bj0rn@blox.se
