From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 20 14:36:05 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80A701065670; Sat, 20 Feb 2010 14:36:05 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-iw0-f185.google.com (mail-iw0-f185.google.com [209.85.223.185]) by mx1.freebsd.org (Postfix) with ESMTP id 38D528FC08; Sat, 20 Feb 2010 14:36:03 +0000 (UTC) Received: by iwn15 with SMTP id 15so1193454iwn.7 for ; Sat, 20 Feb 2010 06:36:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=nbcnz53aBB+wO542EWv3MCoZBSgnmGpiSGAWnNe639A=; b=AHJtuG2laIKrgRf48twmuDQWN//zUtBk6ZNQWC07WTC3ArAr6VzSdlEZ/sQNmB8hjn 5wyQNS6lJnImUwP7eX+02RpghINoFsTrDlQSQt7Dvn9hg1W+VOJIrBaHPxtTciR7Vbvo GUz+lHvxnYcEkUbnEzEata7mGOnGbvZCifE9g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=fsM4kcmYPmrmARCWf6xoagCG6NMy4IB1y+YJ4QAqrjmg6GhFOJJvbsFCoWrsQYXqwU OI5ECDLkyy043Xe5CTkJNzNoBvngRR52LaFrbjU1x/3yK9CEf3WM4F/JCL1m/JSweJ+a hO8cxVRu+oksJjU6G0Ad0wTpl+DlL3nXZQ1P0= MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.231.174.147 with SMTP id t19mr968992ibz.74.1266676562732; Sat, 20 Feb 2010 06:36:02 -0800 (PST) In-Reply-To: <20100219222604.44e50248.ray@ddteam.net> References: <20100219163644.da89e882.ray__27111.9062825621$1266591431$gmane$org@dlink.ua> <20100219222604.44e50248.ray@ddteam.net> Date: Sat, 20 Feb 2010 22:36:02 +0800 X-Google-Sender-Auth: da9ba6cd05441f36 Message-ID: From: Adrian Chadd To: Alex RAY Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org, Ivan Voras Subject: Re: GEOM_ULZMA X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2010 14:36:05 -0000 On 20 February 2010 04:26, Alex RAY wrote: > :) No, I don`t think about "magically faster", now I near to release FreeBSD firmware for D-Link DIR-320 router which have only 4MB of flash memory. Maybe in next time I try to make it for some router with only 2MB of flash. In that way, > I need not copy of any code. > In ideal embedded systems, if we have code, we must use it everywhere we need it. Interesting! The Redboot loader that I'm toying with on the ubiquiti hardware supports LZMA as well as GZIP for compressed kernel images; I may have to experiment with that and this module. Thanks! Adrian