From owner-freebsd-current@FreeBSD.ORG Fri May 26 14:47:28 2006 Return-Path: X-Original-To: current@freebsd.org 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 B325016A420; Fri, 26 May 2006 14:47:28 +0000 (UTC) (envelope-from james@wgold.demon.co.uk) Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C49443D46; Fri, 26 May 2006 14:47:28 +0000 (GMT) (envelope-from james@wgold.demon.co.uk) Received: from wgold.demon.co.uk ([158.152.96.124] helo=thor) by anchor-post-31.mail.demon.net with esmtp (Exim 4.42) id 1Fjdb3-000EZH-6A; Fri, 26 May 2006 14:47:26 +0000 Received: from 127.0.0.1 by thor ([127.0.0.1] running VPOP3) with SMTP; Fri, 26 May 2006 06:51:03 +0100 From: "James Mansion" To: "Jim Thompson" Date: Fri, 26 May 2006 06:50:43 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <2EFA38F2-77CE-429D-A9DE-9E764EEAA8CB@netgate.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Server: VPOP3 V1.5.0k - Registered X-Mailman-Approved-At: Fri, 26 May 2006 16:38:15 +0000 Cc: Alexander Leidinger , Poul-Henning Kamp , Andrew Atrens , small@freebsd.org, current@freebsd.org Subject: RE: FreeBSD's embedded agenda X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 26 May 2006 14:47:28 -0000 >Might want to re-think your argument in terms of a system with 32MB >of ram >and 4MB of NAND or NOR flash. Why? You have enough RAM to have a small memory disk for writable stuff. Presumably the device does not run an application that expects to write data except occassional status stuff. I'm assuming a small number of kilobytes for this. And you can force a status dump out when you need to. BNormally I'd expect readonly-root, but sometimes you want to be 'readonly except when I want to save a change in config', right? You're not going to run squid caches off a flash, wear levelling or not.