[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Module vs Prago



On Tue, 18 Mar 1997, Greg Vence wrote:

> What are the pro's & con's of compiling into the kernal vs. loading a
> module?
> 
> Where could I find docs on topic?

Variously scattered I think. There's also the issue of loading with auto
or specifically. A few thoughts to get you started on a mini-FAQ!

1) Compile in anything needed to get to your disk, e.g. scsi stuff.
2) Modularise anything you need to remove, e.g. ppa and lp if you're
running a parallel-port zip drive with the current drivers in stable.
3) Don't use auto on modules which need to retain settings, e.g. serial
ports and sound cards.
4) Don't use auto on things that will make kerneld work hard, e.g. mouse.

David.
--
David Wright, Open University, Earth Science Department, Milton Keynes MK7 6AA
U.K.  email: d.wright@open.ac.uk  tel: +44 1908 653 739  fax: +44 1908 655 151


Reply to: