>>> On 02.09.15 at 13:33, wrote:
> The current gunzip code to decompress the Dom0 kernel is implemented in
> inflate.c which is included by bzimage.c.
>
> I am looking to doing the same on ARM64 but there is quite a bit of
> boilerplate definitions that I would need to import in order for
> infla
The current gunzip code to decompress the Dom0 kernel is implemented in
inflate.c which is included by bzimage.c.
I am looking to doing the same on ARM64 but there is quite a bit of
boilerplate definitions that I would need to import in order for
inflate.c to work correctly.
Instead of copying/pa