From owner-freebsd-hackers Thu Jul 11 01:29:34 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA25615 for hackers-outgoing; Thu, 11 Jul 1996 01:29:34 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA25609 for ; Thu, 11 Jul 1996 01:29:32 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id BAA07656; Thu, 11 Jul 1996 01:26:24 -0700 (PDT) To: Terry Lambert cc: michaelv@HeadCandy.com (Michael L. VanLoon -- HeadCandy.com), joerg_wunsch@uriah.heep.sax.de, freebsd-hackers@FreeBSD.org Subject: Re: Some recent changes to GENERIC In-reply-to: Your message of "Wed, 10 Jul 1996 14:08:02 PDT." <199607102108.OAA27247@phaeton.artisoft.com> Date: Thu, 11 Jul 1996 01:26:24 -0700 Message-ID: <7654.837073584@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > This is Unix, the most sophisticated OS available. It should support > use of fallback drivers and dynamic loading of replacement devices > as needed, so if they can't or won't build their own kernel, it will > have no effect on their ability to run the system, one way or another. Actually, it's more like: "This is Unix, the most sophisticated OS available. You should never ever need to even build a kernel for it since every conceivable feature is either loaded dynamically as an LKM or settable at runtime with sysctl(3). Those few features which fall between the cracks, like serial console selection or netbooting, should be boot-time options (either on the prompt or in the "info area" of the boot blocks)." Jordan