From owner-freebsd-embedded@FreeBSD.ORG Fri May 18 17:12:54 2007 Return-Path: X-Original-To: freebsd-embedded@freebsd.org Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F35FE16A400 for ; Fri, 18 May 2007 17:12:53 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id D239C13C455 for ; Fri, 18 May 2007 17:12:53 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id 92FBF619B69; Fri, 18 May 2007 10:12:53 -0700 (PDT) Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07162-07; Fri, 18 May 2007 10:12:52 -0700 (PDT) Received: from [10.0.0.40] (iago.office.miralink.com [10.0.0.40]) by plato.miralink.com (Postfix) with ESMTP id 74BBB619B61; Fri, 18 May 2007 10:12:52 -0700 (PDT) Message-ID: <464DDE94.3010200@miralink.com> Date: Fri, 18 May 2007 10:12:52 -0700 From: Sean Bruno User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: bsenthil References: <464DD48B.1070202@adventnet.com> In-Reply-To: <464DD48B.1070202@adventnet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Fri May 18 10:12:53 2007 X-DSPAM-Confidence: 0.9955 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 464dde95121031649814603 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.498 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, AWL=0.001, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.498 X-Spam-Level: Cc: freebsd-embedded@freebsd.org Subject: Re: customized strip down freebsd OS (less than 50MB) X-BeenThere: freebsd-embedded@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: Fri, 18 May 2007 17:12:54 -0000 bsenthil wrote: > Hi, > > I am looking for mini freebsd customized OS (less than 50MB). Is it > possible to customize the freebsd to below 50MB? > > The list of modules i run over freebsd OS > 1. TCP/IP stack > 2. package installation. > 3. File read and write operation > 4. Apache server > > What is the minimum size of the stripped freebsd OS ? > > Please let me know detail/link how to customize freebsd OS. > > Thanks, > Senthilkumar. > _______________________________________________ I think you are looking for NanoBSD. It's i386 only. Sean