From owner-cvs-all@FreeBSD.ORG Wed Mar 19 01:04:45 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76367106566C; Wed, 19 Mar 2008 01:04:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 3CC518FC12; Wed, 19 Mar 2008 01:04:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m2J13WeS003087; Tue, 18 Mar 2008 19:03:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 18 Mar 2008 19:04:10 -0600 (MDT) Message-Id: <20080318.190410.547445320.imp@bsdimp.com> To: Alexander@Leidinger.net From: "M. Warner Losh" In-Reply-To: <20080318182354.a8w3co2xccwkosw8@webmail.leidinger.net> References: <200803180424.m2I4OePZ054955@repoman.freebsd.org> <20080318182354.a8w3co2xccwkosw8@webmail.leidinger.net> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: murray@freebsd.org, doc-committers@freebsd.org, cvs-all@freebsd.org, cvs-doc@freebsd.org Subject: Re: cvs commit: www/en/projects/ideas ideas.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2008 01:04:45 -0000 In message: <20080318182354.a8w3co2xccwkosw8@webmail.leidinger.net> Alexander Leidinger writes: : Quoting Murray Stokely (from Tue, 18 Mar 2008 : 04:24:39 +0000 (UTC)): : : > murray 2008-03-18 04:24:39 UTC : > : > FreeBSD doc repository : > : > Modified files: : > en/projects/ideas ideas.xml : > Log: : > Add a new section of embedded projects suggested by Warner. : : The reduced FreeBSD for embedded entry could maybe enhanced to augment : the kernel with an option which removes all strings from the kernel : which are not needed in an embedded system. : : I haven't checked if Warners follow-up commit added requirements to : all those projects or not. There's a number of ways to shrink the kernel. I didn't want to enumerate all of them with this project, as it was mostly about building a compact userland. Warner