> Hi All,
> While creating the zImage for 2.2.13, I got an error saying
> "System is too big, try using bzImage". What does this mean ?
> Thanks,
It means exactlly what it says. Try using the command:
make bzImage
... instead of the 'make zImage' command that you are currently
trying.
Basically the zImage decompression stub and loading mechanism
on x86 can't handle an image over a certain size (600K?).
The decompression stub in bzImage is able to handle a larger
image, and bzImage gets a bit higher compression to boot.
--
Jim Dennis [EMAIL PROTECTED]
Linuxcare: Linux Corporate Support Team: http://www.linuxcare.com
--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.