This is an attempt to support dependencies between modules.
The file 'MODULES.dep' is a makefile that describes this.

So far, this is only a demo, since the variable MODS is set to '.'
in checkload and modstack, but in a 'live' situation MOD should be
/linux/modules

File descriptions:

3c509.o 8390.o de600.o de620.o lance.o slip-test.o slip.o tty-test.o:
Dummies for test only

MODULES.dep:	the makefile
RESIDENT:	a list of kernel resident modules
checkload	a utility used by the makefile
modstack	_the_ utility that will load all unloaded modules in the
		correct order.

MODULES.dep and RESIDENT should reside in /linux/modules
checkload modstack should reside in /sbin

Check the contents of MODULES.dep, RESIDENT, modstack and checkload
and experiment with:

	modstack lance
	modstack 3c509

Bjorn Ekwall == bj0rn@blox.se
