I don't see a way to get a compressed kernel in using mkelfImage. If I do the simple thing, run mkelfImage on a .bin.gz kernel, it gets very upset with me.
I'm wondering: shouldn't we compress the elfImage file with gzip, and have elfboot.c read rom via a gunzip(), instead of via get_byte(). Right now it reads the rom directly. I guess I'm a little confused on why this is done this way. Has anyone used mkelfImage with gzip'ed kernels under linuxbios? ron
