From owner-cvs-all Tue Sep 19 10:53:23 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 4136D37B422; Tue, 19 Sep 2000 10:53:19 -0700 (PDT) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id KAA01012; Tue, 19 Sep 2000 10:53:08 -0700 Date: Tue, 19 Sep 2000 10:50:02 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Bruce Evans Cc: Doug Rabson , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'll second this. > > > On Tue, 19 Sep 2000, Bruce Evans wrote: > > > > The bss clearing code hasn't changed for years on i386's. I can't see > > > where the bss is cleared on alphas (alpha_init is called very early > > > in locore.s). > > > > The bss is cleared by the loader for both x86 and alpha. I guess x86 > > clears it again in locore but it doesn't need to. > > It does need to, for compatibility with alternative loaders including boot2 > and going back a long way (locore still has support for thr FreeBSD-1.1 > boot blocks). > > Bruce > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message