Re: modutils-970116

Philip Blundell (pjb27@cam.ac.uk)
Fri, 17 Jan 1997 23:28:12 +0000 (GMT)


On 17 Jan 1997, Regis Duchesne wrote:

> Joachim Schmitz <jojo@unixpc.dus.Tandem.COM> writes:
>
> > I don't really understand the need for lsmod. It simply could be a
> > shell-script:
> >
> > #!/bin/sh
> > echo "Module Size Used by"
> > cat /proc/modules'
> Some people don't select the /proc fs at compile time

True, but then they lose procps and so on anyway, so we probably don't
need to worry too much about lsmod not working.

I'd be in favour of having things like /proc, INET, SysV IPC and so on
relegated to a seperate category in the kernel configuration, along the
lines of the 'Experimental' option we have now, so that people who don't
really know what they're doing don't get a chance to turn them off.

P.