From owner-freebsd-current Tue Nov 3 05:06:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA04859 for freebsd-current-outgoing; Tue, 3 Nov 1998 05:06:21 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA04854 for ; Tue, 3 Nov 1998 05:06:18 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.1/8.8.5) with ESMTP id IAA00463; Tue, 3 Nov 1998 08:03:28 -0500 (EST) Date: Tue, 3 Nov 1998 08:03:28 -0500 (EST) From: Chuck Robey To: Peter Wemm cc: Brian Feldman , John Hay , freebsd-current@FreeBSD.ORG Subject: Re: Booting Elf Kernel In-Reply-To: <199811030521.NAA21942@spinner.netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 3 Nov 1998, Peter Wemm wrote: > Brian Feldman wrote: > > Ahhhh, that's where it is! I have no good idea on how to allow, with this > > code, lkm's and kld's to coexist.... so is it time to completely phase out > > lkm's yet? > > I think the best way is to have mount(2) initiate a kldload if needed. We > will need this functionality sooner or later. If mount(2) does it, we can > garbage collect unused, unmounted filesystems after a while and unload > them. Peter, you once told me that the new elf kernel has both aout and elf linkers in it. Does an elf kernel have the ability to load lkm modules, not the .ko things? If so, then the mount stuff is going to need to know which kind of module to hunt for, to load, right? Or, if they both work, maybe find both, and load the newest? With maybe a kld bias for a tiebreaker? ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic (FreeBSD-current) (301) 220-2114 | and jaunt (NetBSD). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message