From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 20 18:20:29 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 2CF91106566C; Sat, 20 Feb 2010 18:20:29 +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 D69318FC16; Sat, 20 Feb 2010 18:20:28 +0000 (UTC) Received: by iwn15 with SMTP id 15so1276297iwn.7 for ; Sat, 20 Feb 2010 10:20:28 -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=oj2djcxPV2y0eWp3NQfNiLJVve8tPkGFfUXIyHd9XBA=; b=SutUIBtOXyAswXHKfC4JOF5SDU4gi76uGo9Y8kxGTTef+Fiqq/CeEhmWzcHtmRxP9f 4Y4kb/P2FRtbBY1D6WbvEf4/TgaoQKQsT/sQIdKZ00R+bXQHFTNGlXFNL3xF7aNeuKCi VI520GtDBnxpDggA89YNafBrwmrVXXEiFbtJc= 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=q/RLXjuB8TqBMT7N8xtF9lGNnVReDtRmlX2ljaeP9+ZuAr+Gkag4A5g3S6NbaaalIF ZMdQR+hDirhdq+zg02VnZjX4eeuRwpi+Q6jhwS8OcMA3GHqgCKQMoBn+D9XfyMXQ7LC0 sJE9qd7XIedenueIIaafYYg0XA41BLlLCfu8M= MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.231.170.14 with SMTP id b14mr1032703ibz.26.1266690028049; Sat, 20 Feb 2010 10:20:28 -0800 (PST) In-Reply-To: <20100220201510.720c62fd.ray@ddteam.net> References: <20100219163644.da89e882.ray__27111.9062825621$1266591431$gmane$org@dlink.ua> <20100219222604.44e50248.ray@ddteam.net> <20100220201510.720c62fd.ray@ddteam.net> Date: Sun, 21 Feb 2010 02:20:28 +0800 X-Google-Sender-Auth: 58861a74fa57f45d 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 18:20:29 -0000 Oh I know that! I'm just saying that I may try lzma'ing the kernel and rootfs's to see what kind of savings I get over gzip. :) Adrian On 21 February 2010 02:15, Alex RAY wrote: > 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 > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >