From: Alan Dayley > The Linux kernel is compressed and placed in a "zImage" file. What is > the compression format of that file? zImage became obsolete in the 2.4 series. Now you always get a bzImage, which is not bzip2, but "big zImage". If I'm not totally on crack, the compression used is gzip. There's an x86 boot sector and some setup data before the gzipped kernel image. HTH, --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss