From owner-freebsd-alpha Thu Jan 10 12:48:37 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 89CB937B421 for ; Thu, 10 Jan 2002 12:48:18 -0800 (PST) Received: (qmail 13183 invoked from network); 10 Jan 2002 20:48:16 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Jan 2002 20:48:16 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020110182428.E27279@cicely8.cicely.de> Date: Thu, 10 Jan 2002 12:47:36 -0800 (PST) From: John Baldwin To: Bernd Walter Subject: Re: cvs commit: src/sys/boot/i386/boot2 boot2.c Cc: freebsd-alpha@FreeBSD.ORG, Christian Weisgerber , Ian Dowse Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [ cc'ing Ian so he can see this ] On 10-Jan-02 Bernd Walter wrote: > On Thu, Jan 10, 2002 at 01:58:17PM +0000, Christian Weisgerber wrote: >> Ian Dowse wrote: >> >> > A similar change is required on the alpha. Could someone check that >> > the following patch fixes the problem with 16k/2k filesystems on >> > the alpha? >> >> > -#define BUFSIZE 8192 >> > +#define BUFSIZE 16384 >> >> This doesn't work for me. The bootstrap dies like before. >> (-CURRENT) > > Can the gcc handle >64k globals on alpha? > There are at least 4 static char arrays allocated with that size. Seems to work ok for userland. Just made a simple program that makes 5 16k buffers as globals and touches all of their contents and it worked FWIW. *shrug* -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message