From owner-freebsd-current Sat Apr 6 16:39:52 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA26267 for current-outgoing; Sat, 6 Apr 1996 16:39:52 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA26262 for ; Sat, 6 Apr 1996 16:39:51 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA28746; Sat, 6 Apr 1996 17:34:20 -0700 From: Terry Lambert Message-Id: <199604070034.RAA28746@phaeton.artisoft.com> Subject: Re: devfs questions To: joerg_wunsch@uriah.heep.sax.de Date: Sat, 6 Apr 1996 17:34:19 -0700 (MST) Cc: freebsd-current@FreeBSD.ORG In-Reply-To: <199604061327.PAA00612@uriah.heep.sax.de> from "J Wunsch" at Apr 6, 96 03:27:15 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I've started playing with devfs. Find below a patch to init(8) that > should allow the system to come up with an empty /dev directory as > long as devfs is statically available in the kernel. It tries to > mount /dev early in the game, before the first device node > (/dev/console) is about to be accessed. I've at least been able to > run the single-user shell with it. I still think that devfs should export the root directory and a dev directory and be mounted in the kernel. I think it is a bad thing to chang init this way. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.