What is the difference between zImage and bzImage Kernel?

Rating: +3


Positive


Negative

Both zImage and bzImage use the same gzip compression for compressing the kernel image, the difference lies between the maximum sizes supported by each, for zImage the kernel image size is limited to 520KB, however this restriction does not exist in the bzImage format.

bzImage is the commonly used kernel image nowadays and zImage is outdated.

  1. 2 Responses to “What is the difference between zImage and bzImage Kernel?”

  2. what is the difference between bzImage and uImage in linux os

    By Ajoy on Feb 29, 2008

  3. hi

    By Ajoy on Feb 29, 2008

Post a Answer