Differences between Linux kernel files

Source: Internet
Author: User
Article Title: differences between Linux kernel files. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

The original kernel file compiled by vmlinux is not compressed.

ZImage is a gzip compressed file in vmlinux.

BzImage bz 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 is a dedicated image file. It is added with a tag with a length of 0x40 before zImage.

Vmlinuz is a copy of bzImage/zImage file or a link to bzImage/zImage.

Initrd is 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.