From owner-freebsd-small@FreeBSD.ORG Thu Mar 11 13:05:50 2004 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3895716A4DD; Thu, 11 Mar 2004 13:05:50 -0800 (PST) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 246EB43D1D; Thu, 11 Mar 2004 13:05:50 -0800 (PST) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i2BL5m9Q096549; Thu, 11 Mar 2004 13:05:48 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i2BL5mHo096548; Thu, 11 Mar 2004 13:05:48 -0800 (PST) (envelope-from rizzo) Date: Thu, 11 Mar 2004 13:05:48 -0800 From: Luigi Rizzo To: Colin Percival Message-ID: <20040311130548.B95777@xorpc.icir.org> References: <53045.1079035854@critter.freebsd.dk> <6.0.1.1.1.20040311204212.040a8230@imap.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <6.0.1.1.1.20040311204212.040a8230@imap.sfu.ca>; from colin.percival@wadham.ox.ac.uk on Thu, Mar 11, 2004 at 08:44:28PM +0000 cc: current@freebsd.org cc: Julian Elischer cc: small@freebsd.org Subject: Re: "nanobsd" prototype X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 21:05:50 -0000 On Thu, Mar 11, 2004 at 08:44:28PM +0000, Colin Percival wrote: > At 20:19 11/03/2004, Julian Elischer wrote: > >On Thu, 11 Mar 2004, Poul-Henning Kamp wrote: > > > As I understand it picoBSD has never managed the 4.x->5.x transition > > > and is scheduled to be removed if nobody starts paying attention > > > to it soon. > > > >I may be looking at it soon as it still produces a smaller system than > >'nanoBSD' and works well for systems with old 8MB flash. > > Just a general reminder about building small images: NetBSD's makefs > (available as ports/sysutils/makefs) creates disk images a few % smaller > than those built via memory disks. this is actually a very interesting one because vnconfig/mdconfig was the last part of the picobsd that required root privileges. thanks for the pointer! luigi