Re: DEFLATE compression

2008-06-23 Thread Colin D Bennett
On Mon, 23 Jun 2008 23:25:13 +0800 Bean <[EMAIL PROTECTED]> wrote: > On Mon, Jun 23, 2008 at 11:14 PM, Vesa Jääskeläinen <[EMAIL PROTECTED]> > wrote: > > Hi Bean, > > > > Can you check the interface as you have previously worked with it? > > This would free Colin to work on more important aspects.

Re: DEFLATE compression

2008-06-23 Thread Vesa Jääskeläinen
Bean wrote: On Mon, Jun 23, 2008 at 11:14 PM, Vesa Jääskeläinen <[EMAIL PROTECTED]> wrote: Hi Bean, Can you check the interface as you have previously worked with it? This would free Colin to work on more important aspects. Hi, Ok. But I have other things to fix at the moment, is this urgent

Re: DEFLATE compression

2008-06-23 Thread Bean
On Mon, Jun 23, 2008 at 11:14 PM, Vesa Jääskeläinen <[EMAIL PROTECTED]> wrote: > Hi Bean, > > Can you check the interface as you have previously worked with it? This > would free Colin to work on more important aspects. Hi, Ok. But I have other things to fix at the moment, is this urgent ? -- B

Re: DEFLATE compression

2008-06-23 Thread Vesa Jääskeläinen
Bean wrote: On Mon, Jun 23, 2008 at 9:36 PM, Colin D Bennett <[EMAIL PROTECTED]> wrote: How does GRUB support decompressing DEFLATE compressed data? Based on my reading of io/gzio.c, it looks like a gzip header is required to inflate deflated data. I am implementing a new font format and will

Re: DEFLATE compression

2008-06-23 Thread Bean
On Mon, Jun 23, 2008 at 9:36 PM, Colin D Bennett <[EMAIL PROTECTED]> wrote: > How does GRUB support decompressing DEFLATE compressed data? Based on > my reading of io/gzio.c, it looks like a gzip header is required to > inflate deflated data. > > I am implementing a new font format and will be emb