Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 7 Feb 2002 02:10:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 7 Feb 2002 02:09:57 -0500 Received: from waldorf.cs.uni-dortmund.de ([129.217.4.42]:38889 "EHLO waldorf.cs.uni-dortmund.de") by vger.kernel.org with ESMTP id ; Thu, 7 Feb 2002 02:09:47 -0500 Message-Id: <200202061326.g16DQN3E001296@tigger.cs.uni-dortmund.de> To: Marco Colombo cc: linux-kernel@vger.kernel.org Subject: Re: How to check the kernel compile options ? In-Reply-To: Message from Marco Colombo of "Wed, 06 Feb 2002 12:29:54 +0100." Date: Wed, 06 Feb 2002 14:26:23 +0100 From: Horst von Brand Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Marco Colombo said: [...] > No, applications already can (should) recover from a "missing feature" > error, after executing some syscall. Even if your .config says you've > compile the scsi tape driver into the running kernel, it doesn't mean > there is a scsi tape attached somewhere. And if your kernel is modular, > how can an application tell if some module is avalable? .config may > say that feature was compliled as a module, but has no knowledge of the > binary module being accessible or not. .config might even say there is no support for , but there is in the form of a third-party module addon. The only way out is to try and recover if it fails. -- Horst von Brand http://counter.li.org # 22616 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/