From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 20 18:15:24 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 732461065672; Sat, 20 Feb 2010 18:15:24 +0000 (UTC) (envelope-from ray@ddteam.net) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id D688A8FC1A; Sat, 20 Feb 2010 18:15:23 +0000 (UTC) Received: by fxm23 with SMTP id 23so1133481fxm.3 for ; Sat, 20 Feb 2010 10:15:22 -0800 (PST) Received: by 10.87.63.20 with SMTP id q20mr654112fgk.27.1266689722428; Sat, 20 Feb 2010 10:15:22 -0800 (PST) Received: from localhost (119-96-94-178.pool.ukrtel.net [178.94.96.119]) by mx.google.com with ESMTPS id 16sm648732fxm.15.2010.02.20.10.15.20 (version=SSLv3 cipher=RC4-MD5); Sat, 20 Feb 2010 10:15:21 -0800 (PST) Date: Sat, 20 Feb 2010 20:15:10 +0200 From: Alex RAY To: Adrian Chadd Message-Id: <20100220201510.720c62fd.ray@ddteam.net> In-Reply-To: References: <20100219163644.da89e882.ray__27111.9062825621$1266591431$gmane$org@dlink.ua> <20100219222604.44e50248.ray@ddteam.net> Organization: DDTeam.net X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 18:15:24 -0000 Hi, On Sat, 20 Feb 2010 22:36:02 +0800 Adrian Chadd wrote: > 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. No, this module not fore compress/decompress kernel. This module used like geom_uzip (man geom_uzip, man mkuzip), for compressing blocks of filesystem to reducing size of FS image. To use with bootloader You may use lzma utility. > > Thanks! > > > Adrian -- Alex RAY