From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Kelly Subject: Re: Monolithic kernel again Date: 13 Sep 2004 10:09:47 +0200 Sender: linux-admin-owner@vger.kernel.org Message-ID: <1095062986.19331.5.camel@hermes.at.home> References: <20040910131336.4ff36228@matth.ilan.cogent.net> <20040910135350.65bcd356@matth.ilan.cogent.net> <4142E82E.2030303@sancharnet.in> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: "linux-admin@vger.kernel.org" On Sun, 2004-09-12 at 01:36, Tony Gogoi wrote: > > why don't you just do a make modules_install ? maybe it just needs the > > presence of such a file > > regardless of wether your kernel is modular or not.... atleast, if > > nothing else , to ensure that there are no module > > dependencies..... > > > A modular kernel may be a little more unstable then a monolithic kernel > I've heard. I feel it would be better to have a monolithic kernel for a > server. At least there won't be any probing for a non-existent device + > race conditions. Another good reason (my primary reason, actually) for putting a monolithic kernel in a server is for security's sake. Not being able to load modules narrows the threat vector a bit. Andy