From owner-cvs-all Mon Dec 31 9:26:41 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 0C37837B434; Mon, 31 Dec 2001 09:26:38 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id EAA08428; Tue, 1 Jan 2002 04:26:17 +1100 Date: Tue, 1 Jan 2002 04:26:08 +1100 (EST) From: Bruce Evans X-X-Sender: To: Peter Jeremy Cc: Peter Wemm , Dag-Erling Smorgrav , Alfred Perlstein , , Subject: Re: cvs commit: src/sys/kern vfs_subr.c In-Reply-To: <20011231195140.A24735@gsmx07.alcatel.com.au> Message-ID: <20020101041727.C7360-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 31 Dec 2001, Peter Jeremy wrote: > On Fri, Dec 28, 2001 at 04:01:02PM -0800, Peter Wemm wrote: > >I seem to recall that some early-boot stuff may depend on certain variables > >being zeroed explicitly since they were being accessed before locore zeroed > >its bss section when booting from boot2 (rather than loader). These may > >have been confined within the assembler .s files though. > > > >Anyway, if somebody is going to do this, be careful not to go too close to > >locore/machdep/early startup code without carefully checking the > >implications. > > I'd also point out that some of those initialisations are deliberate > to allow the value to be patched. Checking the grep output for I think this hack has been obsoleted by loader tunables. (I don't use loader(8) or its tunables except for testing, but would just rebuild the kernel instead of patching.) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message