Differences between Linux kernel files

Source: Internet
Author: User

VmlinuxThe most original kernel file compiled is not compressed.

ZimageIs a gzip compressed file in vmlinux.

BzimageBZ indicates "Big zimage", which is not compressed with Bzip2. The difference between the two is that zimage decompress the kernel to the low-end memory (the first 640 K), and bzimage decompress the kernel to the high-end memory (more than 1 MB ). If the kernel is small, zimage or bzimage will be used. If the kernel is large, bzimage will be used.

UimageU-boot-specific image file, which is added with a tag with a length of 0x40 before zimage.

VmlinuzIs a copy of The bzimage/zimage file or a link to bzimage/zimage.

InitrdIs short for "Initial ramdisk. It is usually used to temporarily boot the hardware to the State where the actual kernel vmlinuz can take over and continue the boot.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.