From owner-freebsd-small@FreeBSD.ORG Tue May 16 10:11:12 2006 Return-Path: X-Original-To: freebsd-small@freebsd.org 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 1992816A400 for ; Tue, 16 May 2006 10:11:12 +0000 (UTC) (envelope-from ast@oneplusone.ch) Received: from oneplusone.ch (oneplusone.ch [212.55.208.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id B59B843D48 for ; Tue, 16 May 2006 10:11:09 +0000 (GMT) (envelope-from ast@oneplusone.ch) Received: from oneplusone.ch (localhost [127.0.0.1]) by oneplusone.ch (8.13.6/8.13.6) with ESMTP id k4GAB8JY083609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 16 May 2006 12:11:08 +0200 (CEST) (envelope-from ast@oneplusone.ch) Received: (from ast@localhost) by oneplusone.ch (8.13.6/8.13.6/Submit) id k4GAB8bv083608 for freebsd-small@freebsd.org; Tue, 16 May 2006 12:11:08 +0200 (CEST) (envelope-from ast) Resent-From: ast@webgroup.ch Resent-Date: Tue, 16 May 2006 12:11:08 +0200 Resent-Message-ID: <20060516101108.GB1439@webgroup.ch> Resent-To: freebsd-small@freebsd.org Date: Tue, 16 May 2006 12:10:21 +0200 From: Adrian Steinmann To: gnn@freebsd.org Message-ID: <20060516101021.GA1439@webgroup.ch> References: <88FAB6C7-632B-46B5-8CA5-D1E08DA79DD1@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <88FAB6C7-632B-46B5-8CA5-D1E08DA79DD1@freebsd.org> X-Organization: Webgroup Consulting AG X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (oneplusone.ch [127.0.0.1]); Tue, 16 May 2006 12:11:08 +0200 (CEST) X-Mailfilter: egfilter version 1.14; Archiver [msg.b5H2CP8S] (oneplusone.ch [127.0.0.1]); Tue, 16 May 2006 12:11:08 +0200 (CEST) X-AntiVirus: checked by AntiVir Milter (version: 1.1.2-1; AVE: 6.34.1.29; VDF: 6.34.1.89; host: oneplusone.ch) Cc: Subject: Re: Embedded FreeBSD Presentation... X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 10:11:12 -0000 I've been advocating small distributions and RAMdisk approaches to "embedded FreeBSD" in my talks and tutorials at EuroBSDCon 2005 (Basel, Switzerland) and LinuxTag 2006 (Wiesbaden, Germany): http://www.webgroup.ch/eurobsdcon2005/ http://www.webgroup.ch/linuxtag2006/ I intend to submit - either as a part of nanobsd or as a port - some generic tools to create these RAMdisks which include SSHD. I also have tools to create self-sufficient distributions including select ports. I am trying to make those scripts more flexible and generic, for now they are still very specific to my STYX project. Adrian