From owner-freebsd-arch@FreeBSD.ORG Sat Dec 24 06:52:53 2011 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9056F106564A; Sat, 24 Dec 2011 06:52:53 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 205CB8FC13; Sat, 24 Dec 2011 06:52:52 +0000 (UTC) Received: by vcbfk1 with SMTP id fk1so13649587vcb.13 for ; Fri, 23 Dec 2011 22:52:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=62VFJpXrdVU5weJF6lonc7VFHNOncfUL0dvxMqCZKG0=; b=HMPiZbbqMoVqjeTIzLJR3iOA5LwfveqCCGi9Rl9W/nsB8XnaIrjedjrjujR6xAmbdS 26h+kpPeRzDaTCzFfoJps6/D+8mY72O1OWaIhIbSSecWMFjzit+E/t7QQCR3G2bwrRX+ ICjnbJKmYBqlCIk99vcRDZrlkuMrCN2nEb0d4= MIME-Version: 1.0 Received: by 10.220.149.193 with SMTP id u1mr10717816vcv.33.1324709572425; Fri, 23 Dec 2011 22:52:52 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.36.5 with HTTP; Fri, 23 Dec 2011 22:52:52 -0800 (PST) In-Reply-To: <20111224160050.T1141@besplex.bde.org> References: <20111223235642.GA37495@freebsd.org> <20111224160050.T1141@besplex.bde.org> Date: Fri, 23 Dec 2011 22:52:52 -0800 X-Google-Sender-Auth: Mc4SE_4-8xBwTCJKGGE0EyfcZv0 Message-ID: From: Adrian Chadd To: Bruce Evans Content-Type: text/plain; charset=ISO-8859-1 Cc: Alexander Best , freebsd-current@freebsd.org, freebsd-arch@freebsd.org Subject: Re: [rfc] removing -mpreferred-stack-boundary=2 flag for i386? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2011 06:52:53 -0000 Well, the whole kernel is bloated at the moment, sorry. I've been trying to build the _bare minimum_ required to bootstrap -HEAD on these embedded boards and I can't get the kernel down below 5 megabytes - ie, one with FFS (with options disabled), MIPS, INET (no INET6), net80211, ath (which admittedly is big, but I need it no matter what, right?) comes in at: -r-xr-xr-x 1 root wheel 5307021 Nov 29 19:14 kernel.LSSR71 And with INET6, on another board (and this includes MSDOS and the relevant geom modules): -r-xr-xr-x 1 root wheel 5916759 Nov 28 12:00 kernel.RSPRO .. honestly, that's what should be addressed. That's honestly a bit ridiculous. 2c, Adrian