This is the modules utility programs.

insmod -- install a kernel module.

lsmod  -- list currently installed modules.

rmmod  -- remove a currently installed module.

drv_hello -- example device driver. 

modules-pl14.diff -- diffs against the linux 0.99-pl14[a-c] kernel

No kernel patches are required for the 0.99-pl14d (or higher).


NOTE FOR FTAPE USERS.
---------------------

If you have already applied the modules patches from ftape, then there
is no need to change you kernel again. If you have not patched the kernel
either:

Ftape-0.9.7 contains 2 patches, you do not need/want the modules patch
include.

Apply the patch here for modules support, and then the ftape patch, or
simply apply the ftape patch to the 0.99-pl14d+ kernel. The patch will fail
on the file ksyms.S, this can be safely ignored (the required changes are
already applied).


Once you have a kernel with modules and ftape support the driver can be
installed using the insmod program here.

Jon.
