From owner-freebsd-current@FreeBSD.ORG Fri Mar 12 11:51:16 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B81716A4CE for ; Fri, 12 Mar 2004 11:51:16 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1592743D39 for ; Fri, 12 Mar 2004 11:51:16 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i2CJpCkj026890; Fri, 12 Mar 2004 12:51:13 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 12 Mar 2004 12:51:20 -0700 (MST) Message-Id: <20040312.125120.13280568.imp@bsdimp.com> To: freebsd-current@guldan.demon.nl From: "M. Warner Losh" In-Reply-To: <20040312104848.GA52357@bombur.guldan.demon.nl> References: <52729.1079033952@critter.freebsd.dk> <20040311.160412.47000752.imp@bsdimp.com> <20040312104848.GA52357@bombur.guldan.demon.nl> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd@guldan.demon.nl cc: phk@phk.freebsd.dk cc: current@freebsd.org Subject: Re: "nanobsd" prototype X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 19:51:16 -0000 In message: <20040312104848.GA52357@bombur.guldan.demon.nl> Robert Blacquiere writes: : This way we kan have just the tools we needed and leave every thing else : out of the system. nanobsd is meant to be small, so i thing we should try : to make it bare min to fit on a 16 mb flash. If people want more it would : be possible with use of the "include" file adding more binairies and libs. I have some scripts that generate a 12MB 4.5 flash with ssh, ftp, telnet and a few other diagnostic goodies on it. Haven't tried them with 5 yet, so I don't know the minimum size for 5, but the /etc/rc stuff is sufficiently different so more programs might be now in the minimal set. Warner