[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] split floppy support off biosdisk
From: |
Javier Martín |
Subject: |
Re: [RFC] split floppy support off biosdisk |
Date: |
Tue, 17 Jun 2008 04:47:49 +0200 |
El mar, 17-06-2008 a las 10:03 +0800, Bean escribió:
> The decompresser is about 2K, we should also exclude the uncompressed
> part at the beginning of kernel, but there is still plenty room left.
The problem is not just the decompresser size itself, but how much
memory it uses. LZO is pretty special (though not unique) in that its
requisites in that area are very low; as low as just the source and
destination buffers. With LZMA (and other algorithms) we would need
intermediate buffers and other memory-consuming things like dictionaries
and such. I'm neither a compression expert nor an assembly guru, but the
tradeoff might not be up to the task.
signature.asc
Description: Esta parte del mensaje está firmada digitalmente
- Re: [RFC] split floppy support off biosdisk, (continued)
- Re: [RFC] split floppy support off biosdisk, Pavel Roskin, 2008/06/15
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/16
- Re: [RFC] split floppy support off biosdisk, Robert Millan, 2008/06/16
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/16
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/16
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/16
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/16
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/16
- Re: [RFC] split floppy support off biosdisk, Robert Millan, 2008/06/16
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/16
- Re: [RFC] split floppy support off biosdisk,
Javier Martín <=
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/16
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Javier Martín, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Pavel Roskin, 2008/06/17
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/18
- Re: [RFC] split floppy support off biosdisk, Pavel Roskin, 2008/06/18
- Re: [RFC] split floppy support off biosdisk, Bean, 2008/06/18