[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] LZMA support in i386-pc kernel
From: |
Bean |
Subject: |
Re: [PATCH] LZMA support in i386-pc kernel |
Date: |
Fri, 4 Jul 2008 02:56:37 +0800 |
On Fri, Jul 4, 2008 at 2:24 AM, Marco Gerards <address@hidden> wrote:
> Hi,
>
> Bean <address@hidden> writes:
>
>> This is the new patch.
>
> Can you please include a changelog entry?
Hi,
Oh, this is the changelog
2008-07-04 Bean <address@hidden>
* Makefile.in (enable_lzo): New rule.
* i386-pc.rmk (grub_mkimage_SOURCES): New test with enable_lzo.
* configure.ac (ENABLE_LZO): New option --enable-lzo.
* include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE): Change
its value accordding to the compression algorithm used, lzo or lzma.
* util/i386/pc/grub-mkimage.c (compress_kernel): Use different
compression
according to macro ENABLE_LZO.
* kern/i386/pc/startup.S (codestart): Likewise.
* kern/i386/pc/lzma_decode.S: New file.
* include/grub/lib/LzFind.h: Likewise.
* include/grub/lib/LzHash.h: Likewise.
* include/grub/lib/LzmaDec.h: Likewise.
* lib/LzFind.c: Likewise.
* lib/LzmaDec.c: Likewise.
* lib/LzmaEnc.c: Likewise.
--
Bean
Re: [PATCH] LZMA support in i386-pc kernel, Vesa Jääskeläinen, 2008/07/02
Re: [PATCH] LZMA support in i386-pc kernel, Isaac Dupree, 2008/07/03